X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fremove.c;h=b79ef0bcad89af05e045136e65a12d0bbfdd78f1;hb=7e26342e81c524067c23e1d7bac2e98200fd4c1b;hp=0318c21d7cbeef2cf81049db8658447dc46d11f7;hpb=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73;p=pdclib diff --git a/functions/stdio/remove.c b/functions/stdio/remove.c index 0318c21..b79ef0b 100644 --- a/functions/stdio/remove.c +++ b/functions/stdio/remove.c @@ -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; }