PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "liblwgeom.h"
Go to the source code of this file.
Macros | |
#define | MAX_CUNIT_ERROR_LENGTH 512 |
#define | PG_ADD_TEST(suite, testfunc) CU_add_test(suite, #testfunc, testfunc) |
#define | ASSERT_DOUBLE_EQUAL(o, e) |
#define | ASSERT_INT_EQUAL(o, e) |
#define | ASSERT_STRING_EQUAL(o, e) |
#define | ASSERT_LWGEOM_EQUAL(o, e) |
#define | ASSERT_INTARRAY_EQUAL(o, e, n) |
Typedefs | |
typedef void(* | PG_SuiteSetup) (void) |
Functions | |
void | cu_error_msg_reset (void) |
void | do_fn_test (LWGEOM *(*transfn)(LWGEOM *), char *input_wkt, char *expected_wkt) |
Variables | |
char | cu_error_msg [MAX_CUNIT_ERROR_LENGTH+1] |