PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ tree_suite_setup()

void tree_suite_setup ( void  )

Definition at line 409 of file cu_tree.c.

410 {
411  CU_pSuite suite = CU_add_suite("spatial_trees", NULL, NULL);
417 }
static void test_tree_circ_pip2(void)
Definition: cu_tree.c:117
static void test_tree_circ_create(void)
Definition: cu_tree.c:24
static void test_tree_circ_distance_threshold(void)
Definition: cu_tree.c:354
static void test_tree_circ_pip(void)
Definition: cu_tree.c:47
static void test_tree_circ_distance(void)
Definition: cu_tree.c:175
#define PG_ADD_TEST(suite, testfunc)

References PG_ADD_TEST, test_tree_circ_create(), test_tree_circ_distance(), test_tree_circ_distance_threshold(), test_tree_circ_pip(), and test_tree_circ_pip2().

Here is the call graph for this function: