]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/aio/Makefile
MFC r368207,368607:
[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>