PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwstroke_suite_setup()

void lwstroke_suite_setup ( void  )

Definition at line 515 of file cu_lwstroke.c.

516 {
517  CU_pSuite suite = CU_add_suite("lwstroke", NULL, NULL);
519  PG_ADD_TEST(suite, test_unstroke);
520 }
static void test_unstroke()
Definition: cu_lwstroke.c:364
static void test_lwcurve_linearize(void)
Definition: cu_lwstroke.c:50
#define PG_ADD_TEST(suite, testfunc)

References PG_ADD_TEST, test_lwcurve_linearize(), and test_unstroke().

Here is the call graph for this function: