X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fremove.c;h=b79ef0bcad89af05e045136e65a12d0bbfdd78f1;hb=d828dd855f3cb73434171fce21ea50756fec558a;hp=0318c21d7cbeef2cf81049db8658447dc46d11f7;hpb=d9dcf16664c81809258992e1653ecb68c8079974;p=pdclib.old 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; }