X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Ftime%2Fmktime.c;h=0b8596a437b191f04021eec183cb0601f8f1b42c;hp=fc3759eb28a31c777cb99f9f6d706af7e9578007;hb=761281caf431d264d568aec797095ef2c28f3910;hpb=18dee35aba1ae0fcdecb0cd11d4f3c1a0d94b51e diff --git a/functions/time/mktime.c b/functions/time/mktime.c index fc3759e..0b8596a 100644 --- a/functions/time/mktime.c +++ b/functions/time/mktime.c @@ -21,7 +21,8 @@ time_t mktime( struct tm * timeptr ) int main( void ) { - return NO_TESTDRIVER; + TESTCASE( NO_TESTDRIVER ); + return TEST_RESULTS; } #endif