From a1c8ecf437d7a26a1c0765c73b90dd881eb833a8 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 3 Feb 2016 01:22:02 +0000 Subject: [PATCH] More 'tests' bug fixes. Sponsored by: The FreeBSD Foundation --- lib/libthr/tests/dlopen/dso/Makefile | 4 ++++ lib/tests/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lib/libthr/tests/dlopen/dso/Makefile b/lib/libthr/tests/dlopen/dso/Makefile index 23d4cd60813d..a7f685f5a917 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 ef5d72d4929d..609357e57d33 100644 --- a/lib/tests/Makefile +++ b/lib/tests/Makefile @@ -3,6 +3,10 @@ .include PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} +TESTS+= Kyuafile + .PATH: ${SRCTOP}/tests KYUAFILE= yes