d60f0f1c49
Reviewed by: trasz, ngie MFC after: 2 weeks Sponsored by: SpectraLogic Differential Revision: https://reviews.freebsd.org/D2801
16 lines
271 B
Makefile
16 lines
271 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.sbin/fstyp
|
|
|
|
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}
|
|
|
|
.include <bsd.test.mk>
|