]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/aio/Makefile
tests/netinet: add a demo of TCP implied connect
[FreeBSD/FreeBSD.git] / tests / sys / aio / Makefile
1
2 TESTSDIR=       ${TESTSBASE}/sys/aio
3
4 ATF_TESTS_C+=   aio_test
5 ATF_TESTS_C+=   lio_test
6 TEST_METADATA.aio_test+= timeout="30"
7 TEST_METADATA.lio_test+= timeout="10"
8 # Some lio_test testcases involve system resource limitations, so cannot run concurrently
9 TEST_METADATA.lio_test+= is_exclusive=true
10
11 PLAIN_TESTS_C+= aio_kqueue_test
12 PLAIN_TESTS_C+= lio_kqueue_test
13
14 LIBADD.aio_test+=       util rt
15 LIBADD.lio_test+=       rt
16
17 CFLAGS+=        -I${.CURDIR:H:H}
18
19 .include <bsd.test.mk>