diff options
Diffstat (limited to 'lib/libthr/tests')
-rw-r--r-- | lib/libthr/tests/Makefile | 6 | ||||
-rw-r--r-- | lib/libthr/tests/dlopen/Makefile | 3 | ||||
-rw-r--r-- | lib/libthr/tests/dlopen/dso/Makefile | 5 |
3 files changed, 2 insertions, 12 deletions
diff --git a/lib/libthr/tests/Makefile b/lib/libthr/tests/Makefile index 6c2139a..159cc3b 100644 --- a/lib/libthr/tests/Makefile +++ b/lib/libthr/tests/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PACKAGE= tests -FILESGROUPS= TESTS -TESTSPACKAGE= ${PACKAGE} + TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libpthread # TODO: t_name (missing pthread_getname_np support in FreeBSD) @@ -44,8 +43,7 @@ PROGS+= h_cancel PROGS+= h_exit PROGS+= h_resolv -FILESDIR= ${TESTSDIR} -FILES= d_mach +${PACKAGE}FILES+= d_mach TESTS_SUBDIRS= dlopen diff --git a/lib/libthr/tests/dlopen/Makefile b/lib/libthr/tests/dlopen/Makefile index 1f587a5..bea70ec 100644 --- a/lib/libthr/tests/dlopen/Makefile +++ b/lib/libthr/tests/dlopen/Makefile @@ -4,9 +4,6 @@ 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}/\" diff --git a/lib/libthr/tests/dlopen/dso/Makefile b/lib/libthr/tests/dlopen/dso/Makefile index a7f685f..b9a9031 100644 --- a/lib/libthr/tests/dlopen/dso/Makefile +++ b/lib/libthr/tests/dlopen/dso/Makefile @@ -1,10 +1,5 @@ # $FreeBSD$ -PACKAGE= tests -FILESGROUPS= TESTS -TESTSPACKAGE= ${PACKAGE} - -OBJTOP= ${.OBJDIR:H:H:H:H:H} TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libpthread/dlopen/dso SHLIB= h_pthread_dlopen |