X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_destroy.c;h=75baec274ddce20c2c4a15b1d142a85a6e31086d;hb=5155ca96295a12b4857fc0e6a9629cc43a9a85fa;hp=d9aa748e4bb741dd0907c5d0b3a0b02f9c26b1a0;hpb=a18343e497615802f47e0f6876b5bed73af674e0;p=pdclib diff --git a/opt/nothread/mtx_destroy.c b/opt/nothread/mtx_destroy.c index d9aa748..75baec2 100644 --- a/opt/nothread/mtx_destroy.c +++ b/opt/nothread/mtx_destroy.c @@ -2,3 +2,13 @@ void mtx_destroy(mtx_t *mtx) {} + +#ifdef TEST +#include <_PDCLIB_test.h> + +int main( void ) +{ + return TEST_RESULTS; +} + +#endif \ No newline at end of file