summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/atf/atf-sh/tests/Makefile3
-rw-r--r--libexec/atf/tests/Makefile3
-rw-r--r--libexec/tests/Makefile5
3 files changed, 7 insertions, 4 deletions
diff --git a/libexec/atf/atf-sh/tests/Makefile b/libexec/atf/atf-sh/tests/Makefile
index db2200b..b52c88d 100644
--- a/libexec/atf/atf-sh/tests/Makefile
+++ b/libexec/atf/atf-sh/tests/Makefile
@@ -2,8 +2,9 @@
.include <bsd.init.mk>
+FILESGROUPS= FILES
PACKAGE= tests
-FILESGROUPS= TESTS
+FILESGROUPS+= TESTS
TESTSPACKAGE= ${PACKAGE}
TESTS+= Kyuafile
diff --git a/libexec/atf/tests/Makefile b/libexec/atf/tests/Makefile
index 609357e..06058a0 100644
--- a/libexec/atf/tests/Makefile
+++ b/libexec/atf/tests/Makefile
@@ -2,8 +2,9 @@
.include <bsd.own.mk>
+FILESGROUPS= FILES
PACKAGE= tests
-FILESGROUPS= TESTS
+FILESGROUPS+= TESTS
TESTSPACKAGE= ${PACKAGE}
TESTS+= Kyuafile
diff --git a/libexec/tests/Makefile b/libexec/tests/Makefile
index 04afe9a..06058a0 100644
--- a/libexec/tests/Makefile
+++ b/libexec/tests/Makefile
@@ -2,10 +2,11 @@
.include <bsd.own.mk>
+FILESGROUPS= FILES
PACKAGE= tests
-FILESGROUPS= TESTS
+FILESGROUPS+= TESTS
TESTSPACKAGE= ${PACKAGE}
-TEST+= Kyuafile
+TESTS+= Kyuafile
.PATH: ${SRCTOP}/tests
KYUAFILE= yes
OpenPOWER on IntegriCloud