summaryrefslogtreecommitdiffstats
path: root/tests/sys/aio/Makefile
blob: 766d9b00f38caf32c3e04cdb8053a04e0a5ca3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

TESTSDIR=	${TESTSBASE}/sys/aio

PLAIN_TESTS_C+=	aio_kqueue_test
PLAIN_TESTS_C+=	lio_kqueue_test
ATF_TESTS_C+=	aio_test

LIBADD.aio_test+=	util

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

WARNS?=	6

.include <bsd.test.mk>
OpenPOWER on IntegriCloud