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 /sys/modules/tests | |
parent | 1d0bd2f9713e05d43a1674e99bb01269f3ad71be (diff) |
First pass to fix the 'tests' packages.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/projects/release-pkg/; revision=295171
Diffstat (limited to 'sys/modules/tests')
-rw-r--r-- | sys/modules/tests/callout_test/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/tests/framework/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/tests/callout_test/Makefile b/sys/modules/tests/callout_test/Makefile index 4781488af3b8..eadcadc5026a 100644 --- a/sys/modules/tests/callout_test/Makefile +++ b/sys/modules/tests/callout_test/Makefile @@ -2,6 +2,10 @@ # $FreeBSD$ # +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + .PATH: ${.CURDIR}/../../../tests/callout_test KMOD= callout_test diff --git a/sys/modules/tests/framework/Makefile b/sys/modules/tests/framework/Makefile index f5f608fb0465..c56838dd92d2 100644 --- a/sys/modules/tests/framework/Makefile +++ b/sys/modules/tests/framework/Makefile @@ -2,6 +2,10 @@ # $FreeBSD$ # +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + .PATH: ${.CURDIR}/../../../tests/framework KMOD= kern_testfrwk |