PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ out_geojson_suite_setup()

void out_geojson_suite_setup ( void  )

Definition at line 301 of file cu_out_geojson.c.

References out_geojson_test_bbox(), out_geojson_test_dims(), out_geojson_test_geoms(), out_geojson_test_precision(), out_geojson_test_srid(), and PG_ADD_TEST.

Referenced by out_geojson_test_geoms().

302 {
303  CU_pSuite suite = CU_add_suite("geojson_output", NULL, NULL);
309 }
static void out_geojson_test_srid(void)
static void out_geojson_test_bbox(void)
static void out_geojson_test_dims(void)
#define PG_ADD_TEST(suite, testfunc)
static void out_geojson_test_geoms(void)
static void out_geojson_test_precision(void)
Here is the call graph for this function:
Here is the caller graph for this function: