X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Ftime%2Ftimespec.c;h=7ebe547dbf53c9f0ece94e9d249ac86ef027908d;hp=2781e6c1287bbd7cee5dcf5c71cd4c256f91741c;hb=761281caf431d264d568aec797095ef2c28f3910;hpb=18dee35aba1ae0fcdecb0cd11d4f3c1a0d94b51e diff --git a/functions/time/timespec.c b/functions/time/timespec.c index 2781e6c..7ebe547 100644 --- a/functions/time/timespec.c +++ b/functions/time/timespec.c @@ -21,7 +21,8 @@ int timespec_get( struct timespec * ts, int base ) int main( void ) { - return NO_TESTDRIVER; + TESTCASE( NO_TESTDRIVER ); + return TEST_RESULTS; } #endif