PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ misc_suite_setup()

void misc_suite_setup ( void  )

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

242 {
243  CU_pSuite suite = CU_add_suite("miscellaneous", NULL, NULL);
247  PG_ADD_TEST(suite, test_misc_area);
248  PG_ADD_TEST(suite, test_misc_wkb);
249  PG_ADD_TEST(suite, test_grid);
251  PG_ADD_TEST(suite, test_clone);
253 }
static void test_misc_force_2d(void)
static void test_lwmpoint_from_lwgeom(void)
static void test_clone(void)
static void test_misc_area(void)
static void test_misc_simplify(void)
static void test_grid_in_place(void)
static void test_misc_wkb(void)
static void test_misc_count_vertices(void)
static void test_grid(void)
#define PG_ADD_TEST(suite, testfunc)

References PG_ADD_TEST, test_clone(), test_grid(), test_grid_in_place(), 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().

Here is the call graph for this function: