6f81c4d9bb
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
16 lines
325 B
Makefile
16 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>
|