svn commit: r282138 - head/tests/sys/aio

Garrett Cooper ngie at FreeBSD.org
Tue Apr 28 10:59:07 UTC 2015


Author: ngie
Date: Tue Apr 28 10:59:06 2015
New Revision: 282138
URL: https://svnweb.freebsd.org/changeset/base/282138

Log:
  Adjust CFLAGS to find freebsd_test_suite/macros.h
  
  MFC after: 6 days

Modified:
  head/tests/sys/aio/Makefile

Modified: head/tests/sys/aio/Makefile
==============================================================================
--- head/tests/sys/aio/Makefile	Tue Apr 28 10:56:59 2015	(r282137)
+++ head/tests/sys/aio/Makefile	Tue Apr 28 10:59:06 2015	(r282138)
@@ -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>


More information about the svn-src-all mailing list