summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/semaphore/pthread/t_sem_pth.c
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2014-10-04 12:42:37 +0000
committermelifaro <melifaro@FreeBSD.org>2014-10-04 12:42:37 +0000
commite8d559896cc84e0dd02a5419f74cb26abcb262e9 (patch)
treeede07b25dfc0e3d156d39f6fbfab305c429361d2 /contrib/netbsd-tests/lib/semaphore/pthread/t_sem_pth.c
parent08c555cee75f59926d8d61bdc95449631fedce4c (diff)
parent1db3c5c0a6d331d775feb5b779ff5064c3e51a11 (diff)
downloadFreeBSD-src-e8d559896cc84e0dd02a5419f74cb26abcb262e9.zip
FreeBSD-src-e8d559896cc84e0dd02a5419f74cb26abcb262e9.tar.gz
Sync to HEAD@r272516.
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