]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/fstyp/tests/Makefile
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed
[FreeBSD/FreeBSD.git] / usr.sbin / fstyp / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 ATF_TESTS_SH=   fstyp_test
6
7 ${PACKAGE}FILES+=       ext2.img.bz2
8 ${PACKAGE}FILES+=       ext3.img.bz2
9 ${PACKAGE}FILES+=       ext4.img.bz2
10 ${PACKAGE}FILES+=       ext4_with_label.img.bz2
11 ${PACKAGE}FILES+=       ntfs.img.bz2
12 ${PACKAGE}FILES+=       ntfs_with_label.img.bz2
13
14 .include <bsd.test.mk>