]> pd.if.org Git - pdclib/blobdiff - testing/_PDCLIB_test.h
Tyndur tests
[pdclib] / testing / _PDCLIB_test.h
index 7878ddbf360aa3ce66e140034b29235589d4bf93..b6bc9179a8de99b20d53734da58a7af2e2f4f08d 100644 (file)
@@ -11,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";
@@ -42,4 +43,3 @@ static int TEST_RESULTS = 0;
 #if defined( _PDCLIB_FILEIO ) || defined( _PDCLIB_STRINGIO )
 #include "_PDCLIB_iotest.h"
 #endif
-