mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
11 lines
198 B
Makefile
11 lines
198 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
|
|
|
|
ATF_TESTS_SH+= ggate_test
|
|
|
|
# Tests listen on the same port.
|
|
TEST_METADATA.ggate_test+= is_exclusive=true
|
|
|
|
.include <bsd.test.mk>
|