[build] tweak includes for test targets

This commit is contained in:
Joe Thornber
2017-03-13 14:02:11 +00:00
parent 0586e53d21
commit 0a8d7fdb89
2 changed files with 3 additions and 2 deletions

View File

@@ -185,6 +185,7 @@ INSTALL_DATA = $(INSTALL) -p -m 644
ifeq ("@TESTING@", "yes")
TEST_INCLUDES=\
-I$(TOP_DIR) \
-Igoogletest/googlemock/include \
-Igoogletest/googletest/include
else