summaryrefslogtreecommitdiffstats
path: root/tests/etc
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-03 00:34:23 +0000
committergjb <gjb@FreeBSD.org>2016-02-03 00:34:23 +0000
commit811267757ad9cbb2d6782e164efc2b47adfcd187 (patch)
treeef4fe37ffc660c2007a853ff7c9f30ea4d9de265 /tests/etc
parentb795b4ac5f93688184283d3abbf7cc46b3721c1e (diff)
downloadFreeBSD-src-811267757ad9cbb2d6782e164efc2b47adfcd187.zip
FreeBSD-src-811267757ad9cbb2d6782e164efc2b47adfcd187.tar.gz
More 'tests' package fixes.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'tests/etc')
-rw-r--r--tests/etc/Makefile5
-rw-r--r--tests/etc/rc.d/Makefile3
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/etc/Makefile b/tests/etc/Makefile
index 1e49666..7e73a48 100644
--- a/tests/etc/Makefile
+++ b/tests/etc/Makefile
@@ -2,6 +2,11 @@
.include <bsd.own.mk>
+PACKAGE= tests
+FILESGROUPS= TESTS
+TESTSPACKAGE= ${PACKAGE}
+TESTS+= Kyuafile
+
TESTSDIR= ${TESTSBASE}/etc
.PATH: ${SRCTOP}/tests
diff --git a/tests/etc/rc.d/Makefile b/tests/etc/rc.d/Makefile
index 368e8f4..3b946a3 100644
--- a/tests/etc/rc.d/Makefile
+++ b/tests/etc/rc.d/Makefile
@@ -1,5 +1,8 @@
# $FreeBSD$
+PACKAGE= tests
+FILESGROUPS= TESTS
+TESTSPACKAGE= ${PACKAGE}
TESTSDIR= ${TESTSBASE}/etc/rc.d
ATF_TESTS_SH+= routing_test
OpenPOWER on IntegriCloud