PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ unionfind_suite_setup()

void unionfind_suite_setup ( void  )

Definition at line 166 of file cu_unionfind.c.

References PG_ADD_TEST, test_unionfind_collapse_cluster_ids(), test_unionfind_create(), test_unionfind_ordered_by_cluster(), test_unionfind_path_compression(), and test_unionfind_union().

Referenced by test_unionfind_collapse_cluster_ids().

167 {
168  CU_pSuite suite = CU_add_suite("Clustering Union-Find", NULL, NULL);
174 }
static void test_unionfind_create(void)
Definition: cu_unionfind.c:18
static void test_unionfind_collapse_cluster_ids(void)
Definition: cu_unionfind.c:113
#define PG_ADD_TEST(suite, testfunc)
static void test_unionfind_union(void)
Definition: cu_unionfind.c:33
static void test_unionfind_ordered_by_cluster(void)
Definition: cu_unionfind.c:53
static void test_unionfind_path_compression(void)
Definition: cu_unionfind.c:90
Here is the call graph for this function:
Here is the caller graph for this function: