X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Ftime%2Fclock.c;h=4be69e382e41a5ee8c087a83e77759ce650f540c;hp=e4cca240ba85ff14bb342e6af228a6b87d484273;hb=761281caf431d264d568aec797095ef2c28f3910;hpb=18dee35aba1ae0fcdecb0cd11d4f3c1a0d94b51e diff --git a/functions/time/clock.c b/functions/time/clock.c index e4cca24..4be69e3 100644 --- a/functions/time/clock.c +++ b/functions/time/clock.c @@ -21,7 +21,8 @@ clock_t clock( void ) int main( void ) { - return NO_TESTDRIVER; + TESTCASE( NO_TESTDRIVER ); + return TEST_RESULTS; } #endif