PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ out_svg_suite_setup()

void out_svg_suite_setup ( void  )

Definition at line 321 of file cu_out_svg.c.

322 {
323  CU_pSuite suite = CU_add_suite("svg_output", NULL, NULL);
329 }
static void out_svg_test_srid(void)
Definition: cu_out_svg.c:290
static void out_svg_test_geoms(void)
Definition: cu_out_svg.c:164
static void out_svg_test_relative(void)
Definition: cu_out_svg.c:245
static void out_svg_test_dims(void)
Definition: cu_out_svg.c:136
static void out_svg_test_precision(void)
Definition: cu_out_svg.c:58
#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: