diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-02 22:26:49 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-02 22:26:49 +0000 |
commit | a6998ad84f9722c560a80302a74fa495e818a153 (patch) | |
tree | cff36c983e3dfa55f502a30dd0ca087d7292a5c3 /usr.sbin/makefs | |
parent | ea6b392fcbf9dc7ad9995e32fca208e8414141ea (diff) | |
download | FreeBSD-src-a6998ad84f9722c560a80302a74fa495e818a153.zip FreeBSD-src-a6998ad84f9722c560a80302a74fa495e818a153.tar.gz |
First pass to fix the 'tests' packages.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r-- | usr.sbin/makefs/tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/makefs/tests/Makefile b/usr.sbin/makefs/tests/Makefile index 8cd315a..87a4858 100644 --- a/usr.sbin/makefs/tests/Makefile +++ b/usr.sbin/makefs/tests/Makefile @@ -1,5 +1,9 @@ # $FreeBSD$ +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + ATF_TESTS_SH+= makefs_cd9660_tests ATF_TESTS_SH+= makefs_ffs_tests |