]> pd.if.org Git - pdclib/blobdiff - testing/_PDCLIB_test.h
Tyndur tests
[pdclib] / testing / _PDCLIB_test.h
index 1cb0222a19cc356dc707d7e6292a64112531f2cc..b6bc9179a8de99b20d53734da58a7af2e2f4f08d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* PDCLib testing suite <_PDCLIB_test.h>
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -13,6 +11,7 @@
 #include <stdio.h>
 #include <limits.h>
 #include <string.h>
+#include <assert.h>
 
 /* Some strings used for <string.h> and <stdlib.h> testing. */
 static char const abcde[] = "abcde";
@@ -44,4 +43,3 @@ static int TEST_RESULTS = 0;
 #if defined( _PDCLIB_FILEIO ) || defined( _PDCLIB_STRINGIO )
 #include "_PDCLIB_iotest.h"
 #endif
-