PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ print_suite_setup()

void print_suite_setup ( )

Definition at line 568 of file cu_print.c.

569 {
570  CU_pSuite suite = CU_add_suite("printing", NULL, NULL);
576  PG_ADD_TEST(suite, test_lwprint);
578 }
static void test_lwpoint_to_latlon_default_format(void)
Definition: cu_print.c:66
static void test_lwpoint_to_latlon_oddball_formats(void)
Definition: cu_print.c:220
static void test_lwpoint_to_latlon_bad_formats(void)
Definition: cu_print.c:233
static void test_lwpoint_to_latlon_format_orders(void)
Definition: cu_print.c:170
static void test_lwprint_roundtrip(void)
Definition: cu_print.c:514
static void test_lwprint(void)
Definition: cu_print.c:269
static void test_lwpoint_to_latlon_optional_format(void)
Definition: cu_print.c:205
#define PG_ADD_TEST(suite, testfunc)

References PG_ADD_TEST, test_lwpoint_to_latlon_bad_formats(), test_lwpoint_to_latlon_default_format(), test_lwpoint_to_latlon_format_orders(), test_lwpoint_to_latlon_oddball_formats(), test_lwpoint_to_latlon_optional_format(), test_lwprint(), and test_lwprint_roundtrip().

Here is the call graph for this function: