]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/aio/Makefile
MFC r281593,r282071,r282074,r282133,r282134,r282135,r282136,r282137,r282138:
[FreeBSD/stable/10.git] / tests / sys / aio / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/sys/aio
4
5 PLAIN_TESTS_C+= aio_kqueue_test
6 PLAIN_TESTS_C+= lio_kqueue_test
7 ATF_TESTS_C+=   aio_test
8
9 DPADD.aio_test+=        ${LIBUTIL}
10 LDADD.aio_test+=        -lutil
11
12 CFLAGS+=        -I${.CURDIR:H:H}
13
14 WARNS?= 6
15
16 .include <bsd.test.mk>