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

◆ misc_suite_setup()

void misc_suite_setup ( void  )
extern

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

266{
267 CU_pSuite suite = CU_add_suite("miscellaneous", NULL, NULL);
273 PG_ADD_TEST(suite, test_grid);
275 PG_ADD_TEST(suite, test_clone);
278}
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_gbox_serialized_size(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_gbox_serialized_size(), 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: