]> pd.if.org Git - pdclib/blobdiff - functions/string/strcmp.c
Added dummy test drivers to each *.c file, and target 'test' to Makefile.
[pdclib] / functions / string / strcmp.c
index 6dbb142df93beb3cf63da79c164a03325ead7d4b..f6a555b56de7d0076c425a472466e393bec43685 100644 (file)
@@ -19,3 +19,10 @@ int strcmp( const char * s1, const char * s2 )
 }
 
 #warning Test driver missing.
+
+#ifdef TEST
+int main()
+{
+    return 0;
+}
+#endif