summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-04-28 10:59:06 +0000
committerngie <ngie@FreeBSD.org>2015-04-28 10:59:06 +0000
commitf26a36793ea2217339e115c402f856916a482007 (patch)
treeba05fa97bd15179a50a5a1b73214ac5e5c405048 /tests
parent7c41d36452b84a6e92e0d5a1139a048ddc58ed5e (diff)
downloadFreeBSD-src-f26a36793ea2217339e115c402f856916a482007.zip
FreeBSD-src-f26a36793ea2217339e115c402f856916a482007.tar.gz
Adjust CFLAGS to find freebsd_test_suite/macros.h
MFC after: 6 days
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/aio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys/aio/Makefile b/tests/sys/aio/Makefile
index 972059c..851252d 100644
--- a/tests/sys/aio/Makefile
+++ b/tests/sys/aio/Makefile
@@ -9,6 +9,8 @@ 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