]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/fstyp/tests/Makefile
MFC r289172,r290254:
[FreeBSD/stable/10.git] / usr.sbin / fstyp / tests / Makefile
1 # $FreeBSD$
2
3 ATF_TESTS_SH=   fstyp_test
4
5 FILES=  ext2.img.bz2
6 FILES+= ext3.img.bz2
7 FILES+= ext4.img.bz2
8 FILES+= ext4_with_label.img.bz2
9 FILES+= ntfs.img.bz2
10 FILES+= ntfs_with_label.img.bz2
11 FILESDIR=       ${TESTSDIR}
12
13 .include <bsd.test.mk>