PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ ASSERT_INT_EQUAL

#define ASSERT_INT_EQUAL (   o,
 
)
Value:
do { \
if ( o != e ) \
fprintf(stderr, "[%s:%d]\n Expected: %d\n Obtained: %d\n", __FILE__, __LINE__, (e), (o)); \
CU_ASSERT_EQUAL(o,e); \
} while (0);

Definition at line 37 of file liblwgeom/cunit/cu_tester.h.

37 { \
38 if ( o != e ) \
39 fprintf(stderr, "[%s:%d]\n Expected: %d\n Obtained: %d\n", __FILE__, __LINE__, (e), (o)); \
40 CU_ASSERT_EQUAL(o,e); \
41} while (0);