mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
17 lines
334 B
Makefile
17 lines
334 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.sbin/makefs
|
|
|
|
ATF_TESTS_SH+= makefs_cd9660_tests
|
|
ATF_TESTS_SH+= makefs_ffs_tests
|
|
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
SCRIPTS+= makefs_tests_common.sh
|
|
SCRIPTSNAME_makefs_tests_common.sh= makefs_tests_common.sh
|
|
|
|
.for t in ${ATF_TESTS_SH}
|
|
TEST_METADATA.$t+= required_user="root"
|
|
.endfor
|
|
|
|
.include <bsd.test.mk>
|