mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
17 lines
286 B
Makefile
17 lines
286 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
|
|
|
|
TAP_TESTS_SH+= 1_test
|
|
TAP_TESTS_SH+= 2_test
|
|
TAP_TESTS_SH+= append1
|
|
TAP_TESTS_SH+= append2
|
|
|
|
${PACKAGE}FILES+= conf.sh
|
|
|
|
.for t in ${TAP_TESTS_SH}
|
|
TEST_METADATA.$t+= required_user="root"
|
|
.endfor
|
|
|
|
.include <bsd.test.mk>
|