#ifndef REGTEST
TESTCASE( NO_TESTDRIVER );
#else
- puts( "No testing of remove() - test driver does not know internals of system function." );
+ puts( " NOTEST remove() test driver is PDCLib-specific." );
#endif
return TEST_RESULTS;
}
#ifndef REGTEST
TESTCASE( NO_TESTDRIVER );
#else
- puts( "No testing of rename() - test driver does not know internals of system function." );
+ puts( " NOTEST rename() test driver is PDCLib-specific." );
#endif
return TEST_RESULTS;
}
TESTCASE( PAGETEST( 9 ) );
NODETRACE( 17 );
#else
- puts( "No testing of malloc() - test driver does not know internals of system function." );
+ puts( " NOTEST malloc() test driver is PDCLib-specific." );
#endif
return TEST_RESULTS;
}