summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1999-05-09 07:50:31 +0000
committerjb <jb@FreeBSD.org>1999-05-09 07:50:31 +0000
commit18a2ce4cb697014ae9aa55be05d7810acc31e9c9 (patch)
treec8a667045022a1245b8fb358db3a9d2c418bcee0 /lib
parentcdd495662b89b1342d2dd4b4aa342019c85d34dd (diff)
downloadFreeBSD-src-18a2ce4cb697014ae9aa55be05d7810acc31e9c9.zip
FreeBSD-src-18a2ce4cb697014ae9aa55be05d7810acc31e9c9.tar.gz
Add mutex test program.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/test/Makefile4
-rw-r--r--lib/libkse/test/Makefile4
-rw-r--r--lib/libpthread/test/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile
index adf1673..c394979 100644
--- a/lib/libc_r/test/Makefile
+++ b/lib/libc_r/test/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.1 1998/08/25 12:33:22 jb Exp $
+# $Id: Makefile,v 1.2 1998/09/30 07:07:59 jb Exp $
#
# Tests for libc_r functionality.
#
-SUBDIR= sigsuspend sigwait
+SUBDIR= mutex sigsuspend sigwait
.include <bsd.subdir.mk>
diff --git a/lib/libkse/test/Makefile b/lib/libkse/test/Makefile
index adf1673..c394979 100644
--- a/lib/libkse/test/Makefile
+++ b/lib/libkse/test/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.1 1998/08/25 12:33:22 jb Exp $
+# $Id: Makefile,v 1.2 1998/09/30 07:07:59 jb Exp $
#
# Tests for libc_r functionality.
#
-SUBDIR= sigsuspend sigwait
+SUBDIR= mutex sigsuspend sigwait
.include <bsd.subdir.mk>
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile
index adf1673..c394979 100644
--- a/lib/libpthread/test/Makefile
+++ b/lib/libpthread/test/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.1 1998/08/25 12:33:22 jb Exp $
+# $Id: Makefile,v 1.2 1998/09/30 07:07:59 jb Exp $
#
# Tests for libc_r functionality.
#
-SUBDIR= sigsuspend sigwait
+SUBDIR= mutex sigsuspend sigwait
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud