freebsd-skq/usr.sbin/fstyp/tests/Makefile
ngie dd1f618367 Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
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
2015-10-12 08:16:03 +00:00

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>