X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=testing%2Fscan_test.h;fp=testing%2Fscan_test.h;h=0000000000000000000000000000000000000000;hp=85d471b4064adc81929e2554bc4f078ac965e1ae;hb=33515db12d3cc5e53a8bdea58d2cde299cba2267;hpb=cc5d73c2db0ed51fcdf0b3c80fd043a7e91d4602 diff --git a/testing/scan_test.h b/testing/scan_test.h deleted file mode 100644 index 85d471b..0000000 --- a/testing/scan_test.h +++ /dev/null @@ -1,13 +0,0 @@ -/* $Id$ */ - -/* scan test header - - This file is part of the Public Domain C Library (PDCLib). - Permission is granted to use, modify, and / or redistribute at will. -*/ - -#include -#include - -#define CHECK_FEQUAL( a, b, T, F ) do { T x = a; T y = b; TESTCASE( x == y ); } while ( 0 ) -