mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
16 lines
247 B
Makefile
16 lines
247 B
Makefile
# $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>
|