freebsd-skq/usr.sbin/fstyp/tests/Makefile
Alan Somers d60f0f1c49 Add ATF functional tests for fstyp(8). No ZFS or GELI tests yet.
Reviewed by:	trasz, ngie
MFC after:	2 weeks
Sponsored by:	SpectraLogic
Differential Revision:	https://reviews.freebsd.org/D2801
2015-08-20 15:37:47 +00:00

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>