dd1f618367
netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
14 lines
232 B
Makefile
14 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
ATF_TESTS_SH= fstyp_test
|
|
|
|
FILES= ext2.img.bz2
|
|
FILES+= ext3.img.bz2
|
|
FILES+= ext4.img.bz2
|
|
FILES+= ext4_with_label.img.bz2
|
|
FILES+= ntfs.img.bz2
|
|
FILES+= ntfs_with_label.img.bz2
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
.include <bsd.test.mk>
|