]> pd.if.org Git - pdclib/blobdiff - functions/string/memmove.c
Added dummy test drivers to each *.c file, and target 'test' to Makefile.
[pdclib] / functions / string / memmove.c
index 4ba2ba4cf2feafbc30fd0e9c5eb060f85653c02b..38db9d94a2e4d3dad1af059c2b7edeab4aa55d1f 100644 (file)
@@ -34,3 +34,10 @@ void * memmove( void * s1, const void * s2, size_t n )
 }
 
 #warning Test driver missing.
+
+#ifdef TEST
+int main()
+{
+    return 0;
+}
+#endif