tools/llvm: Do not build with symbols
[minix3.git] / tests / lib / semaphore / pthread / t_sem_pth.c
blobb32d954d2bb0d19c8279a0d5bded1f10c61298e6
1 #define LIBNAME "pthread"
2 #include "sem.c"
4 ATF_TP_ADD_TCS(tp)
7 ATF_TP_ADD_TC(tp, postwait);
8 ATF_TP_ADD_TC(tp, initvalue);
9 ATF_TP_ADD_TC(tp, destroy);
10 ATF_TP_ADD_TC(tp, busydestroy);
11 ATF_TP_ADD_TC(tp, blockwait);
12 ATF_TP_ADD_TC(tp, blocktimedwait);
13 ATF_TP_ADD_TC(tp, named);
14 ATF_TP_ADD_TC(tp, unlink);
16 return atf_no_error();