]> pd.if.org Git - pdclib/blobdiff - testing/scan_test.h
Reworked scanf() testing. General cleanups.
[pdclib] / testing / scan_test.h
diff --git a/testing/scan_test.h b/testing/scan_test.h
deleted file mode 100644 (file)
index 85d471b..0000000
+++ /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 <string.h>
-#include <limits.h>
-
-#define CHECK_FEQUAL( a, b, T, F ) do { T x = a; T y = b; TESTCASE( x == y ); } while ( 0 )
-