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

◆ 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)
static void test_unionfind_ordered_by_cluster(void)
static void test_unionfind_collapse_cluster_ids(void)
static void test_unionfind_create(void)
static void test_unionfind_path_compression(void)
#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: