Makefile revision 281593
1# $FreeBSD: user/ngie/more-tests/tests/sys/aio/Makefile 281593 2015-04-16 07:49:39Z ngie $
2
3TESTSDIR=	${TESTSBASE}/sys/aio
4
5ATF_TESTS_C+=	aio_test
6
7DPADD.aio_test+=	${LIBUTIL}
8LDADD.aio_test+=	-lutil
9
10WARNS?=	6
11
12.include <bsd.test.mk>
13