1# $FreeBSD: stable/10/usr.sbin/fstyp/tests/Makefile 313488 2017-02-09 22:49:48Z ngie $
2
3ATF_TESTS_SH=	fstyp_test
4
5FILES=	ext2.img.bz2
6FILES+=	ext3.img.bz2
7FILES+=	ext4.img.bz2
8FILES+=	ext4_with_label.img.bz2
9FILES+=	ntfs.img.bz2
10FILES+=	ntfs_with_label.img.bz2
11FILESDIR=	${TESTSDIR}
12
13.include <bsd.test.mk>
14