PostGIS  2.5.7dev-r@@SVN_REVISION@@
liblwgeom/cunit/cu_tester.h File Reference
#include "liblwgeom.h"
Include dependency graph for liblwgeom/cunit/cu_tester.h:
This graph shows which files directly or indirectly include this file:

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)
 
#define ASSERT_POINT2D_EQUAL(o, e, eps)
 
#define ASSERT_POINT4D_EQUAL(o, e, eps)
 

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 []