diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-04-29 05:28:40 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-04-29 05:28:40 +0000 |
| commit | 49dae58b287906be26f56ba3e3dc693c3ba8cf37 (patch) | |
| tree | c76f8a71c5521ffc0b912376ae03be98a81ff7b3 /lib | |
| parent | ce725c8e007e73ded89ec95d6c5724edd86a6d5e (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/atf/libatf-c/tests/detail/Makefile | 3 | ||||
| -rw-r--r-- | lib/atf/tests/Makefile | 3 | ||||
| -rw-r--r-- | lib/atf/tests/test-programs/Makefile | 3 | ||||
| -rw-r--r-- | lib/tests/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/lib/atf/libatf-c/tests/detail/Makefile b/lib/atf/libatf-c/tests/detail/Makefile index 296d2dd0a31f..13f3819d1452 100644 --- a/lib/atf/libatf-c/tests/detail/Makefile +++ b/lib/atf/libatf-c/tests/detail/Makefile @@ -2,8 +2,9 @@ .include <bsd.init.mk> +FILESGROUPS= FILES PACKAGE= tests -FILESGROUPS= TESTS +FILESGROUPS+= TESTS TESTSPACKAGE= ${PACKAGE} TESTS+= Kyuafile diff --git a/lib/atf/tests/Makefile b/lib/atf/tests/Makefile index ee998049e845..44ed72876fb9 100644 --- a/lib/atf/tests/Makefile +++ b/lib/atf/tests/Makefile @@ -2,8 +2,9 @@ .include <bsd.own.mk> +FILESGROUPS= FILES PACKAGE= tests -FILESGROUPS= TESTS +FILESGROUPS+= TESTS TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/lib/atf TESTS+= Kyuafile diff --git a/lib/atf/tests/test-programs/Makefile b/lib/atf/tests/test-programs/Makefile index 24f7b799880f..4d756cf6dfa2 100644 --- a/lib/atf/tests/test-programs/Makefile +++ b/lib/atf/tests/test-programs/Makefile @@ -2,8 +2,9 @@ .include <bsd.init.mk> +FILESGROUPS= FILES PACKAGE= tests -FILESGROUPS= TESTS +FILESGROUPS+= TESTS TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/lib/atf/test-programs TESTS+= Kyuafile diff --git a/lib/tests/Makefile b/lib/tests/Makefile index 609357e57d33..06058a0be5e4 100644 --- a/lib/tests/Makefile +++ b/lib/tests/Makefile @@ -2,8 +2,9 @@ .include <bsd.own.mk> +FILESGROUPS= FILES PACKAGE= tests -FILESGROUPS= TESTS +FILESGROUPS+= TESTS TESTSPACKAGE= ${PACKAGE} TESTS+= Kyuafile |
