diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-02-02 22:26:49 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-02 22:26:49 +0000 |
| commit | 43faedc1339a9624c7acedb7f3e5624e64da5b99 (patch) | |
| tree | cff36c983e3dfa55f502a30dd0ca087d7292a5c3 /lib/atf/tests | |
| parent | 1d0bd2f9713e05d43a1674e99bb01269f3ad71be (diff) | |
Notes
Diffstat (limited to 'lib/atf/tests')
| -rw-r--r-- | lib/atf/tests/Makefile | 5 | ||||
| -rw-r--r-- | lib/atf/tests/test-programs/Makefile | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lib/atf/tests/Makefile b/lib/atf/tests/Makefile index dc79bb3491f5..ee998049e845 100644 --- a/lib/atf/tests/Makefile +++ b/lib/atf/tests/Makefile @@ -2,7 +2,12 @@ .include <bsd.own.mk> +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/lib/atf +TESTS+= Kyuafile + .PATH: ${SRCTOP}/tests KYUAFILE= yes diff --git a/lib/atf/tests/test-programs/Makefile b/lib/atf/tests/test-programs/Makefile index aa308268a043..24f7b799880f 100644 --- a/lib/atf/tests/test-programs/Makefile +++ b/lib/atf/tests/test-programs/Makefile @@ -2,7 +2,11 @@ .include <bsd.init.mk> +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/lib/atf/test-programs +TESTS+= Kyuafile KYUAFILE= yes ATF= ${SRCTOP}/contrib/atf |
