X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=testing%2Fscan_test.h;fp=testing%2Fscan_test.h;h=0000000000000000000000000000000000000000;hb=2612fba05258dfde899375db0aa88e65c337395d;hp=85d471b4064adc81929e2554bc4f078ac965e1ae;hpb=fba3dbaded374d4a73d405770491779bc92289b7;p=fw%2Fpdclib 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 ) -