mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
Disk image obtained from: http://www.cfreds.nist.gov/dfr-images/dfr-01-xfat.dd.bz2 -- was ripped off the first GPT partition and verified to be a FAT-like partition with file(1)/hexdump. This testcase currently fails PR: 214908 Sponsored by: Dell EMC Isilon
15 lines
325 B
Makefile
15 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= fstyp_test
|
|
|
|
${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>
|