PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ tree_suite_setup()

void tree_suite_setup ( void  )

Definition at line 426 of file cu_tree.c.

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().

Referenced by test_tree_circ_distance_threshold().

427 {
428  CU_pSuite suite = CU_add_suite("Internal Spatial Trees", NULL, NULL);
434 }
static void test_tree_circ_distance(void)
Definition: cu_tree.c:175
static void test_tree_circ_pip(void)
Definition: cu_tree.c:47
static void test_tree_circ_pip2(void)
Definition: cu_tree.c:117
#define PG_ADD_TEST(suite, testfunc)
static void test_tree_circ_create(void)
Definition: cu_tree.c:24
static void test_tree_circ_distance_threshold(void)
Definition: cu_tree.c:371
Here is the call graph for this function:
Here is the caller graph for this function: