PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ misc_suite_setup()

void misc_suite_setup ( void  )

Definition at line 147 of file raster/test/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_util_gdal_open().

148 {
149  CU_pSuite suite = CU_add_suite("misc", NULL, NULL);
153 }
static void test_rgb_to_hsv()
static void test_hsv_to_rgb()
#define PG_ADD_TEST(suite, testfunc)
static void test_util_gdal_open()
Here is the call graph for this function:
Here is the caller graph for this function: