PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
ASSERT_INT_EQUAL
#define ASSERT_INT_EQUAL
(
o,
e
)
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
.
liblwgeom
cunit
cu_tester.h
Generated by
1.9.1