summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/semaphore/pthread/t_sem_pth.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/netbsd-tests/lib/semaphore/pthread/t_sem_pth.c')
-rw-r--r--contrib/netbsd-tests/lib/semaphore/pthread/t_sem_pth.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/lib/semaphore/pthread/t_sem_pth.c b/contrib/netbsd-tests/lib/semaphore/pthread/t_sem_pth.c
new file mode 100644
index 0000000..b32d954
--- /dev/null
+++ b/contrib/netbsd-tests/lib/semaphore/pthread/t_sem_pth.c
@@ -0,0 +1,17 @@
+#define LIBNAME "pthread"
+#include "sem.c"
+
+ATF_TP_ADD_TCS(tp)
+{
+
+ ATF_TP_ADD_TC(tp, postwait);
+ ATF_TP_ADD_TC(tp, initvalue);
+ ATF_TP_ADD_TC(tp, destroy);
+ ATF_TP_ADD_TC(tp, busydestroy);
+ ATF_TP_ADD_TC(tp, blockwait);
+ ATF_TP_ADD_TC(tp, blocktimedwait);
+ ATF_TP_ADD_TC(tp, named);
+ ATF_TP_ADD_TC(tp, unlink);
+
+ return atf_no_error();
+}
OpenPOWER on IntegriCloud