diff options
author | asomers <asomers@FreeBSD.org> | 2016-04-28 15:13:50 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2016-04-28 15:13:50 +0000 |
commit | 559cef827872116cca48aeb3e7f80aa7b6f8af09 (patch) | |
tree | 97d8d8c69df4f0e75ab576ae202a36889d45edb0 /usr.sbin | |
parent | 02c65aa0a0c8b8a79eac0e91b8233e5010f07351 (diff) | |
download | FreeBSD-src-559cef827872116cca48aeb3e7f80aa7b6f8af09.zip FreeBSD-src-559cef827872116cca48aeb3e7f80aa7b6f8af09.tar.gz |
Add PACKAGE fields to usr.sbin/extattr/tests/Makefile
usr.sbin/extattr/tests/Makefile
Add boiler plate required by 298107 but omitted by 298483. These
two changes passed through CR in parallel. I think this should get
the full test suite running in Jenkins again.
MFC after: 22 days
X-MFC-with: 298483
Sponsored by: Spectra Logic Corp
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/extattr/tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/extattr/tests/Makefile b/usr.sbin/extattr/tests/Makefile index 7dec010..935e6cf 100644 --- a/usr.sbin/extattr/tests/Makefile +++ b/usr.sbin/extattr/tests/Makefile @@ -1,5 +1,9 @@ # $FreeBSD$ +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + ATF_TESTS_SH= extattr_test .include <bsd.test.mk> |