]> pd.if.org Git - pdclib/blobdiff - functions/assert.c
Added dummy test drivers to each *.c file, and target 'test' to Makefile.
[pdclib] / functions / assert.c
index 31c43866e56bb5765df0bdf54da7f69372d217ba..e0971a18a6db03220506d300d5c664068043727b 100644 (file)
@@ -25,3 +25,10 @@ void _PDCLIB_assert( char const * const message )
 }
 #endif
 
+
+#ifdef TEST
+int main()
+{
+    return 0;
+}
+#endif