mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sponsored by: Axcient Reviewed by: emaste, markj Pull Request: https://github.com/freebsd/freebsd-src/pull/1409 (cherry picked from commit e234a72bb8c0e8e25ea8a879582e85bb2e09f096)
14 lines
277 B
Makefile
14 lines
277 B
Makefile
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/cam/ctl
|
|
|
|
${PACKAGE}FILES+= ctl.subr
|
|
|
|
ATF_TESTS_SH+= prevent
|
|
ATF_TESTS_SH+= read_buffer
|
|
ATF_TESTS_SH+= start_stop_unit
|
|
|
|
# Must be exclusive because it disables/enables camsim
|
|
TEST_METADATA+= is_exclusive="true"
|
|
|
|
.include <bsd.test.mk>
|