freebsd-dev/sbin/newfs_msdos/tests/Makefile
Eric van Gyzen 4e71258227 newfs_msdos: connect the ATF test from NetBSD
NetBSD has an ATF test for newfs_msdos.  Connect it to the build.
Adapt it for FreeBSD.  This would have caught the bug fixed by my
previous commit.

Reviewed by:	delphij, emaste
MFC after:	1 week
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D34116
2022-02-16 09:56:16 -06:00

7 lines
142 B
Makefile

TESTSRC=${SRCTOP}/contrib/netbsd-tests/sbin/newfs_msdos
NETBSD_ATF_TESTS_SH+= create
.include <netbsd-tests.test.mk>
.include <bsd.test.mk>