PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ out_svg_suite_setup()

void out_svg_suite_setup ( void  )
extern

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: