X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Fcnd_wait.c;fp=opt%2Fnothread%2Fcnd_wait.c;h=4c632cc80216eadef4ed7ae8737b2d484b359889;hb=5155ca96295a12b4857fc0e6a9629cc43a9a85fa;hp=2948d4f2fa27b4711d5104d35472e6da4beb52f8;hpb=a18343e497615802f47e0f6876b5bed73af674e0;p=pdclib diff --git a/opt/nothread/cnd_wait.c b/opt/nothread/cnd_wait.c index 2948d4f..4c632cc 100644 --- a/opt/nothread/cnd_wait.c +++ b/opt/nothread/cnd_wait.c @@ -3,4 +3,14 @@ int cnd_wait(cnd_t *cond, mtx_t *mtx) { return thrd_error; -} \ No newline at end of file +} + +#ifdef TEST +#include <_PDCLIB_test.h> + +int main( void ) +{ + return TEST_RESULTS; +} + +#endif \ No newline at end of file