PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ misc_suite_setup()

void misc_suite_setup ( void  )

Definition at line 177 of file liblwgeom/cunit/cu_misc.c.

References PG_ADD_TEST, test_clone(), test_grid(), test_hsv_to_rgb(), test_lwmpoint_from_lwgeom(), test_misc_area(), test_misc_count_vertices(), test_misc_force_2d(), test_misc_simplify(), test_misc_wkb(), test_rgb_to_hsv(), and test_util_gdal_open().

Referenced by test_lwmpoint_from_lwgeom(), and test_util_gdal_open().

178 {
179  CU_pSuite suite = CU_add_suite("miscellaneous", NULL, NULL);
183  PG_ADD_TEST(suite, test_misc_area);
184  PG_ADD_TEST(suite, test_misc_wkb);
185  PG_ADD_TEST(suite, test_grid);
186  PG_ADD_TEST(suite, test_clone);
188 }
static void test_misc_area(void)
static void test_lwmpoint_from_lwgeom(void)
#define PG_ADD_TEST(suite, testfunc)
static void test_misc_force_2d(void)
static void test_clone(void)
static void test_misc_simplify(void)
static void test_grid(void)
static void test_misc_wkb(void)
static void test_misc_count_vertices(void)
Here is the call graph for this function:
Here is the caller graph for this function: