PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ split_suite_setup()

void split_suite_setup ( void  )

Definition at line 282 of file cu_split.c.

References PG_ADD_TEST, test_lwgeom_split(), and test_lwline_split_by_point_to().

Referenced by test_lwgeom_split().

283 {
284  CU_pSuite suite = CU_add_suite("split", NULL, NULL);
287 }
#define PG_ADD_TEST(suite, testfunc)
static void test_lwline_split_by_point_to(void)
Definition: cu_split.c:19
static void test_lwgeom_split(void)
Definition: cu_split.c:80
Here is the call graph for this function:
Here is the caller graph for this function: