aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/tests
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-02-02 22:26:49 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-02-02 22:26:49 +0000
commit43faedc1339a9624c7acedb7f3e5624e64da5b99 (patch)
treecff36c983e3dfa55f502a30dd0ca087d7292a5c3 /lib/libthr/tests
parent1d0bd2f9713e05d43a1674e99bb01269f3ad71be (diff)
downloadsrc-43faedc1339a9624c7acedb7f3e5624e64da5b99.tar.gz
src-43faedc1339a9624c7acedb7f3e5624e64da5b99.zip
First pass to fix the 'tests' packages.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=295171
Diffstat (limited to 'lib/libthr/tests')
-rw-r--r--lib/libthr/tests/Makefile3
-rw-r--r--lib/libthr/tests/dlopen/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/libthr/tests/Makefile b/lib/libthr/tests/Makefile
index aeb1ef89fb5b..6c2139a5d5b3 100644
--- a/lib/libthr/tests/Makefile
+++ b/lib/libthr/tests/Makefile
@@ -1,5 +1,8 @@
# $FreeBSD$
+PACKAGE= tests
+FILESGROUPS= TESTS
+TESTSPACKAGE= ${PACKAGE}
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libpthread
# TODO: t_name (missing pthread_getname_np support in FreeBSD)
diff --git a/lib/libthr/tests/dlopen/Makefile b/lib/libthr/tests/dlopen/Makefile
index bea70ec7cbd5..1f587a5af73b 100644
--- a/lib/libthr/tests/dlopen/Makefile
+++ b/lib/libthr/tests/dlopen/Makefile
@@ -4,6 +4,9 @@ TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libpthread/dlopen
.include <bsd.own.mk>
+PACKAGE= tests
+FILESGROUPS= TESTS
+TESTSPACKAGE= ${PACKAGE}
TESTSDIR= ${TESTSBASE}/lib/libthr/dlopen
CFLAGS+= -DTESTDIR=\"${TESTSDIR:Q}/\"