summaryrefslogtreecommitdiffstats
path: root/libexec/atf
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-03 19:08:45 +0000
committergjb <gjb@FreeBSD.org>2016-02-03 19:08:45 +0000
commitae6f20360349bac54d30fa9c9c20a2366905b725 (patch)
tree891524ce59d1069a3a30f24230272ae586baf8ab /libexec/atf
parent1bdf892d492fd6b19da90cc960ca556a47963e5d (diff)
downloadFreeBSD-src-ae6f20360349bac54d30fa9c9c20a2366905b725.zip
FreeBSD-src-ae6f20360349bac54d30fa9c9c20a2366905b725.tar.gz
More 'tests' packaging fixes.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'libexec/atf')
-rw-r--r--libexec/atf/atf-check/tests/Makefile4
-rw-r--r--libexec/atf/atf-sh/tests/Makefile5
2 files changed, 9 insertions, 0 deletions
diff --git a/libexec/atf/atf-check/tests/Makefile b/libexec/atf/atf-check/tests/Makefile
index 87b26cb..d17f8b4 100644
--- a/libexec/atf/atf-check/tests/Makefile
+++ b/libexec/atf/atf-check/tests/Makefile
@@ -2,6 +2,10 @@
.include <bsd.init.mk>
+PACKAGE= tests
+FILESGROUPS= TESTS
+TESTSPACKAGE= ${PACKAGE}
+
ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF}/atf-sh
diff --git a/libexec/atf/atf-sh/tests/Makefile b/libexec/atf/atf-sh/tests/Makefile
index 9ccd6a7..db2200b 100644
--- a/libexec/atf/atf-sh/tests/Makefile
+++ b/libexec/atf/atf-sh/tests/Makefile
@@ -2,6 +2,11 @@
.include <bsd.init.mk>
+PACKAGE= tests
+FILESGROUPS= TESTS
+TESTSPACKAGE= ${PACKAGE}
+TESTS+= Kyuafile
+
ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF}/atf-sh
OpenPOWER on IntegriCloud