X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_destroy.c;h=75baec274ddce20c2c4a15b1d142a85a6e31086d;hb=bb22ff7ecd9fe8f4641484df12ad629cd8ee27ac;hp=d9aa748e4bb741dd0907c5d0b3a0b02f9c26b1a0;hpb=a38d56a6a13dbb89022b5448d2d5247f3f99ea41;p=pdclib.old 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