PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ minimum_bounding_circle_suite_setup()

void minimum_bounding_circle_suite_setup ( void  )

Definition at line 80 of file cu_minimum_bounding_circle.c.

81 {
82  CU_pSuite suite = CU_add_suite("minimum_bounding_circle", NULL, NULL);
83  PG_ADD_TEST(suite, basic_test);
84  PG_ADD_TEST(suite, test_empty);
85 }
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: