summaryrefslogtreecommitdiffstats
path: root/tests/sys/aio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/aio/Makefile')
-rw-r--r--tests/sys/aio/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/sys/aio/Makefile b/tests/sys/aio/Makefile
new file mode 100644
index 0000000..851252d
--- /dev/null
+++ b/tests/sys/aio/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/sys/aio
+
+PLAIN_TESTS_C+= aio_kqueue_test
+PLAIN_TESTS_C+= lio_kqueue_test
+ATF_TESTS_C+= aio_test
+
+DPADD.aio_test+= ${LIBUTIL}
+LDADD.aio_test+= -lutil
+
+CFLAGS+= -I${.CURDIR:H:H}
+
+WARNS?= 6
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud