PostGIS  3.4.0dev-r@@SVN_REVISION@@
cu_print.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "CUnit/Basic.h"
#include "liblwgeom_internal.h"
#include "cu_tester.h"
Include dependency graph for cu_print.c:

Go to the source code of this file.

Macros

#define assert_lwprint_equal(d, precision, expected)
 
#define assert_lwprint_roundtrip(d)
 

Functions

static void test_lwpoint_to_latlon_assert_format (char *point_wkt, const char *format, const char *expected)
 
static void test_lwpoint_to_latlon_assert_error (char *point_wkt, const char *format)
 
static void test_lwpoint_to_latlon_default_format (void)
 
static void test_lwpoint_to_latlon_format_orders (void)
 
static void test_lwpoint_to_latlon_optional_format (void)
 
static void test_lwpoint_to_latlon_oddball_formats (void)
 
static void test_lwpoint_to_latlon_bad_formats (void)
 
static void test_lwprint (void)
 
static void test_lwprint_roundtrip (void)
 
void print_suite_setup (void)
 

Variables

char result [OUT_DOUBLE_BUFFER_SIZE] = {0}