freebsd-dev/usr.sbin/fstyp/tests/Makefile
Piotr Pawel Stefaniak 0e92585cde fstyp: add BeFS support
A simple support for detecting BeFS (BeOS) filesystem

Submitted by:	Miguel Gocobachi
Differential Revision:	https://reviews.freebsd.org/D29917
2021-08-17 18:16:07 +02:00

17 lines
356 B
Makefile

# $FreeBSD$
PACKAGE= tests
ATF_TESTS_SH= fstyp_test
${PACKAGE}FILES+= befs.img.bz2
${PACKAGE}FILES+= dfr-01-xfat.img.bz2
${PACKAGE}FILES+= ext2.img.bz2
${PACKAGE}FILES+= ext3.img.bz2
${PACKAGE}FILES+= ext4.img.bz2
${PACKAGE}FILES+= ext4_with_label.img.bz2
${PACKAGE}FILES+= ntfs.img.bz2
${PACKAGE}FILES+= ntfs_with_label.img.bz2
.include <bsd.test.mk>