summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-04-29 05:28:40 +0000
committergjb <gjb@FreeBSD.org>2016-04-29 05:28:40 +0000
commit06b209e9f5a8dcaee81d632c1c5b3785a1ec6382 (patch)
treec76f8a71c5521ffc0b912376ae03be98a81ff7b3 /tests
parent695162c3413a87933c9895e4de9fb4fda8cb7ac9 (diff)
downloadFreeBSD-src-06b209e9f5a8dcaee81d632c1c5b3785a1ec6382.zip
FreeBSD-src-06b209e9f5a8dcaee81d632c1c5b3785a1ec6382.tar.gz
Fix including Kyuafile in packaged base system.
Fix a related typo while here. Note, this change results in the Kyuafile inclusion in the runtime package, which needs to be fixed, however addresses the PR as far as I can tell in my tests. PR: 209114 Submitted by: ngie Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile3
-rw-r--r--tests/etc/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index ba743ee..92e462f 100644
--- a/tests/Makefile
+++ b/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/tests/etc/Makefile b/tests/etc/Makefile
index 7e73a48..6e02e32 100644
--- a/tests/etc/Makefile
+++ b/tests/etc/Makefile
@@ -2,8 +2,9 @@
.include <bsd.own.mk>
+FILESGROUPS= FILES
PACKAGE= tests
-FILESGROUPS= TESTS
+FILESGROUPS+= TESTS
TESTSPACKAGE= ${PACKAGE}
TESTS+= Kyuafile
OpenPOWER on IntegriCloud