PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ in_geojson_suite_setup()

void in_geojson_suite_setup ( void  )

Definition at line 208 of file cu_in_geojson.c.

References in_geojson_test_bbox(), in_geojson_test_geoms(), in_geojson_test_srid(), and PG_ADD_TEST.

Referenced by in_geojson_test_geoms().

209 {
210  CU_pSuite suite = CU_add_suite("geojson_input", NULL, NULL);
214 }
static void in_geojson_test_bbox(void)
static void in_geojson_test_srid(void)
Definition: cu_in_geojson.c:68
static void in_geojson_test_geoms(void)
#define PG_ADD_TEST(suite, testfunc)
Here is the call graph for this function:
Here is the caller graph for this function: