summaryrefslogtreecommitdiff
path: root/tests/sys/cam/ctl/Makefile
blob: 05f0831fc8b0b4241fbee6572f8bd405e196b863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PACKAGE=	tests

TESTSDIR=	${TESTSBASE}/sys/cam/ctl
BINDIR=${TESTSDIR}

${PACKAGE}FILES+=	ctl.subr

ATF_TESTS_SH+=	persist
ATF_TESTS_SH+=	prevent
ATF_TESTS_SH+=	read_buffer
ATF_TESTS_SH+=	start_stop_unit

PROGS+=	prout_register_huge_cdb
LIBADD+=	cam
CFLAGS+=	-I${SRCTOP}/sys

# Must be exclusive because it disables/enables camsim
TEST_METADATA+=	is_exclusive="true"

.include <bsd.test.mk>