X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=testing%2Fscan_test.h;h=85d471b4064adc81929e2554bc4f078ac965e1ae;hb=8612cc592f4d08480cd9e321b7165e57096803b8;hp=9eae7c879884ee6a42f6c70f53764b75df18c30b;hpb=8f80da097704e9bdfd7a78c27a07f2f92b584846;p=fw%2Fpdclib diff --git a/testing/scan_test.h b/testing/scan_test.h index 9eae7c8..85d471b 100644 --- a/testing/scan_test.h +++ b/testing/scan_test.h @@ -9,8 +9,5 @@ #include #include -#define CHECK_TRUE( a ) TESTCASE( a != 0 ) -#define CHECK_FALSE( a ) TESTCASE( a == 0 ) -#define CHECK_EQUAL( a, b ) do { int x = a; int y = b; TESTCASE( x == y ); } while ( 0 ) #define CHECK_FEQUAL( a, b, T, F ) do { T x = a; T y = b; TESTCASE( x == y ); } while ( 0 )