PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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);
258  PG_ADD_TEST(suite, test_coll_line);
259  PG_ADD_TEST(suite, test_coll_poly);
260  PG_ADD_TEST(suite, test_coll_coll);
261  PG_ADD_TEST(suite, test_geom);
263 }
static void test_coll_line(void)
Definition: cu_homogenize.c:61
static void test_coll_poly(void)
Definition: cu_homogenize.c:83
static void test_coll_coll(void)
static void test_coll_curve(void)
static void test_coll_point(void)
Definition: cu_homogenize.c:39
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: