X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=testing%2Fscan_test.h;h=85d471b4064adc81929e2554bc4f078ac965e1ae;hp=9eae7c879884ee6a42f6c70f53764b75df18c30b;hb=55cf35957bf8dec0a489ba758c02c83303a5eb50;hpb=4340db942a3f1dc39724c1f05264d38586bc062a 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 )