diff options
-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> |