PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ minimum_bounding_circle_suite_setup()

void minimum_bounding_circle_suite_setup ( void  )

Definition at line 88 of file cu_minimum_bounding_circle.c.

89 {
90  CU_pSuite suite = CU_add_suite("minimum_bounding_circle", NULL, NULL);
91  PG_ADD_TEST(suite, basic_test);
92  PG_ADD_TEST(suite, test_empty);
93 }
static void test_empty(void)
static void basic_test(void)
#define PG_ADD_TEST(suite, testfunc)

References basic_test(), PG_ADD_TEST, and test_empty().

Here is the call graph for this function: