[build] add /usr/local/include as default include path for test Makefile as well

This commit is contained in:
Al
2017-03-30 15:57:17 -04:00
parent ace40bf0aa
commit f7b695c642

View File

@@ -3,7 +3,7 @@ CFLAGS_O0 = $(CFLAGS_BASE) -O0
CFLAGS_O1 = $(CFLAGS_BASE) -O1
CFLAGS_O2 = $(CFLAGS_BASE) -O2
CFLAGS_O3 = $(CFLAGS_BASE) -O3
DEFAULT_INCLUDES = -I..
DEFAULT_INCLUDES = -I.. -I/usr/local/include
CFLAGS = $(CFLAGS_BASE)