mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
15 lines
294 B
Makefile
15 lines
294 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|