PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ force_dims_suite_setup()

void force_dims_suite_setup ( void  )

Definition at line 111 of file cu_force_dims.c.

112 {
113  CU_pSuite suite = CU_add_suite("force_dims", NULL, NULL);
114  PG_ADD_TEST(suite, test_force_2d);
115  PG_ADD_TEST(suite, test_force_3dm);
116  PG_ADD_TEST(suite, test_force_3dz);
117  PG_ADD_TEST(suite, test_force_4d);
118 }
static void test_force_3dm(void)
Definition: cu_force_dims.c:51
static void test_force_2d(void)
Definition: cu_force_dims.c:23
static void test_force_4d(void)
Definition: cu_force_dims.c:91
static void test_force_3dz(void)
Definition: cu_force_dims.c:67
#define PG_ADD_TEST(suite, testfunc)

References PG_ADD_TEST, test_force_2d(), test_force_3dm(), test_force_3dz(), and test_force_4d().

Here is the call graph for this function: