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