]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/remove.c
Further output beautification.
[pdclib.old] / functions / stdio / remove.c
index 0318c21d7cbeef2cf81049db8658447dc46d11f7..b79ef0bcad89af05e045136e65a12d0bbfdd78f1 100644 (file)
@@ -24,7 +24,11 @@ int remove( const char * filename )
 
 int main( void )
 {
+#ifndef REGTEST
     TESTCASE( NO_TESTDRIVER );
+#else
+    puts( " NOTEST remove() test driver is PDCLib-specific." );
+#endif
     return TEST_RESULTS;
 }