X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=testing%2Fscan_test.h;fp=testing%2Fscan_test.h;h=0000000000000000000000000000000000000000;hp=85d471b4064adc81929e2554bc4f078ac965e1ae;hb=a7a8d2f1c85c2d7760d4d3479e90466cc3a81b04;hpb=afde3daa4992d49e190a6e8677e7317e0d367c59 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 ) -