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