aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-05-04 23:20:53 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-05-04 23:20:53 +0000
commit430f7286a566b1407c7b32ce13585caf5aa59b92 (patch)
treea3a2f2051c05cb9a95c4a94f6c5bbcd7a12cdfea /usr.sbin/fstyp
parente45163b2162def698a0320716097091257c39dea (diff)
Notes
Diffstat (limited to 'usr.sbin/fstyp')
-rw-r--r--usr.sbin/fstyp/tests/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/usr.sbin/fstyp/tests/Makefile b/usr.sbin/fstyp/tests/Makefile
index 9be7d453aba7..71fc811a7eda 100644
--- a/usr.sbin/fstyp/tests/Makefile
+++ b/usr.sbin/fstyp/tests/Makefile
@@ -1,17 +1,14 @@
# $FreeBSD$
PACKAGE= tests
-FILESGROUPS= TESTS
-TESTSPACKAGE= ${PACKAGE}
ATF_TESTS_SH= fstyp_test
-FILES= ext2.img.bz2
-FILES+= ext3.img.bz2
-FILES+= ext4.img.bz2
-FILES+= ext4_with_label.img.bz2
-FILES+= ntfs.img.bz2
-FILES+= ntfs_with_label.img.bz2
-FILESDIR= ${TESTSDIR}
+${PACKAGE}FILES+= ext2.img.bz2
+${PACKAGE}FILES+= ext3.img.bz2
+${PACKAGE}FILES+= ext4.img.bz2
+${PACKAGE}FILES+= ext4_with_label.img.bz2
+${PACKAGE}FILES+= ntfs.img.bz2
+${PACKAGE}FILES+= ntfs_with_label.img.bz2
.include <bsd.test.mk>