PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwstroke_suite_setup()

void lwstroke_suite_setup ( void  )

Definition at line 525 of file cu_lwstroke.c.

526 {
527  CU_pSuite suite = CU_add_suite("lwstroke", NULL, NULL);
529  PG_ADD_TEST(suite, test_unstroke);
530 }
static void test_unstroke()
Definition: cu_lwstroke.c:374
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: