PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ out_svg_suite_setup()

void out_svg_suite_setup ( void  )

Definition at line 313 of file cu_out_svg.c.

314 {
315  CU_pSuite suite = CU_add_suite("svg_output", NULL, NULL);
321 }
static void out_svg_test_srid(void)
Definition: cu_out_svg.c:282
static void out_svg_test_geoms(void)
Definition: cu_out_svg.c:148
static void out_svg_test_relative(void)
Definition: cu_out_svg.c:237
static void out_svg_test_dims(void)
Definition: cu_out_svg.c:120
static void out_svg_test_precision(void)
Definition: cu_out_svg.c:45
#define PG_ADD_TEST(suite, testfunc)

References out_svg_test_dims(), out_svg_test_geoms(), out_svg_test_precision(), out_svg_test_relative(), out_svg_test_srid(), and PG_ADD_TEST.

Here is the call graph for this function: