mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
12 lines
208 B
Makefile
12 lines
208 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
|
|
|
|
ATF_TESTS_SH+= failloop
|
|
ATF_TESTS_SH+= misc
|
|
TEST_METADATA.failloop+= is_exclusive=true
|
|
|
|
${PACKAGE}FILES+= conf.sh
|
|
|
|
.include <bsd.test.mk>
|