PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ tree_suite_setup()

void tree_suite_setup ( void  )

Definition at line 443 of file cu_tree.c.

444 {
445  CU_pSuite suite = CU_add_suite("spatial_trees", NULL, NULL);
451 }
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:388
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: