diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libthr/tests/dlopen/dso/Makefile | 4 | ||||
-rw-r--r-- | lib/tests/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/libthr/tests/dlopen/dso/Makefile b/lib/libthr/tests/dlopen/dso/Makefile index 23d4cd6..a7f685f 100644 --- a/lib/libthr/tests/dlopen/dso/Makefile +++ b/lib/libthr/tests/dlopen/dso/Makefile @@ -1,5 +1,9 @@ # $FreeBSD$ +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + OBJTOP= ${.OBJDIR:H:H:H:H:H} TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libpthread/dlopen/dso diff --git a/lib/tests/Makefile b/lib/tests/Makefile index ef5d72d..609357e 100644 --- a/lib/tests/Makefile +++ b/lib/tests/Makefile @@ -3,6 +3,10 @@ .include <bsd.own.mk> PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} +TESTS+= Kyuafile + .PATH: ${SRCTOP}/tests KYUAFILE= yes |