summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-06-14 02:21:19 +0000
committerngie <ngie@FreeBSD.org>2015-06-14 02:21:19 +0000
commitffa05a49da20a04aced8584d90281fd4488cafd9 (patch)
tree3ddcc0097949a66435a8aff40b6193c27c8230a0 /tests
parent89cabb5370832e2f74f272178c3179314afeb074 (diff)
downloadFreeBSD-src-ffa05a49da20a04aced8584d90281fd4488cafd9.zip
FreeBSD-src-ffa05a49da20a04aced8584d90281fd4488cafd9.tar.gz
Fix Makefile
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/aio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sys/aio/Makefile b/tests/sys/aio/Makefile
index 3117462..851252d 100644
--- a/tests/sys/aio/Makefile
+++ b/tests/sys/aio/Makefile
@@ -2,8 +2,8 @@
TESTSDIR= ${TESTSBASE}/sys/aio
-PLAIN_TESTS_C+= aio_kqueue
-PLAIN_TESTS_C+= lio_kqueue
+PLAIN_TESTS_C+= aio_kqueue_test
+PLAIN_TESTS_C+= lio_kqueue_test
ATF_TESTS_C+= aio_test
DPADD.aio_test+= ${LIBUTIL}
OpenPOWER on IntegriCloud