PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ tree_suite_setup()

void tree_suite_setup ( void  )
extern

Definition at line 426 of file cu_tree.c.

427{
428 CU_pSuite suite = CU_add_suite("spatial_trees", NULL, NULL);
434}
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:371
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: