int main( void )
{
+#ifndef REGTEST
TESTCASE( NO_TESTDRIVER );
+#else
+ puts( "No testing of remove() - test driver does not know internals of system function." );
+#endif
return TEST_RESULTS;
}
int main( void )
{
+#ifndef REGTEST
TESTCASE( NO_TESTDRIVER );
+#else
+ puts( "No testing of rename() - test driver does not know internals of system function." );
+#endif
return TEST_RESULTS;
}
printf( "End of malloc() testing.\n" );
}
#else
- printf( "No testing of malloc() - test driver does not know internals of system malloc().\n" );
+ puts( "No testing of malloc() - test driver does not know internals of system function." );
#endif
return TEST_RESULTS;
}