]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - usr.sbin/fstyp/tests/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / usr.sbin / fstyp / tests / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/usr.sbin/fstyp
4
5 ATF_TESTS_SH=   fstyp_test
6
7 FILES=  ext2.img.bz2
8 FILES+= ext3.img.bz2
9 FILES+= ext4.img.bz2
10 FILES+= ext4_with_label.img.bz2
11 FILES+= ntfs.img.bz2
12 FILES+= ntfs_with_label.img.bz2
13 FILESDIR=       ${TESTSDIR}
14
15 .include <bsd.test.mk>