aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/aio/Makefile
blob: 578d16b7bf3264cbbe31a64d879156b20f41fd10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TESTSDIR=	${TESTSBASE}/sys/aio

ATF_TESTS_C+=	aio_test
ATF_TESTS_C+=	lio_test
TEST_METADATA+=	required_kmods="aio"
TEST_METADATA.aio_test+= timeout="30"
TEST_METADATA.lio_test+= timeout="10"
# Some lio_test testcases involve system resource limitations, so cannot run concurrently
TEST_METADATA.lio_test+= is_exclusive=true

PLAIN_TESTS_C+=	aio_kqueue_test
PLAIN_TESTS_C+=	lio_kqueue_test

LIBADD.aio_test+=	util rt
LIBADD.lio_test+=	rt

CFLAGS+=	-I${.CURDIR:H:H}

.include <bsd.test.mk>