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

◆ homogenize_suite_setup()

void homogenize_suite_setup ( void  )

Definition at line 254 of file cu_homogenize.c.

255{
256 CU_pSuite suite = CU_add_suite("homogenize", NULL, NULL);
261 PG_ADD_TEST(suite, test_geom);
263}
static void test_coll_line(void)
static void test_coll_poly(void)
static void test_coll_coll(void)
static void test_coll_curve(void)
static void test_coll_point(void)
static void test_geom(void)
#define PG_ADD_TEST(suite, testfunc)

References PG_ADD_TEST, test_coll_coll(), test_coll_curve(), test_coll_line(), test_coll_point(), test_coll_poly(), and test_geom().

Here is the call graph for this function: