PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ unionfind_suite_setup()

void unionfind_suite_setup ( void  )

Definition at line 166 of file cu_unionfind.c.

167 {
168  CU_pSuite suite = CU_add_suite("clustering_unionfind", NULL, NULL);
174 }
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_collapse_cluster_ids(void)
Definition: cu_unionfind.c:113
static void test_unionfind_create(void)
Definition: cu_unionfind.c:18
static void test_unionfind_path_compression(void)
Definition: cu_unionfind.c:90
#define PG_ADD_TEST(suite, testfunc)

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

Here is the call graph for this function: