PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ stringbuffer_suite_setup()

void stringbuffer_suite_setup ( void  )

Definition at line 57 of file cu_stringbuffer.c.

References PG_ADD_TEST, test_stringbuffer_append(), and test_stringbuffer_aprintf().

Referenced by test_stringbuffer_aprintf().

58 {
59  CU_pSuite suite = CU_add_suite("stringbuffer", NULL, NULL);
62 }
static void test_stringbuffer_aprintf(void)
#define PG_ADD_TEST(suite, testfunc)
static void test_stringbuffer_append(void)
Here is the call graph for this function:
Here is the caller graph for this function: