commit | 360b9a3158977719807d479c36e5958ece0dba8b | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Dec 12 14:11:39 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Thu Dec 13 08:50:57 2018 -0800 |
tree | 42b8be83c5fb9e632f8a17b58ab2742b7bb5c560 | |
parent | fa662eb82ae685729cfaa8fb78fa2839f5cebcac [diff] [blame] |
test: Add tools to search path Add tools to makefile's header search path. Change-Id: Ibd9d560b02c31aa3a25b5ecf52cb6671933051e2 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/Makefile.am b/test/Makefile.am index 8e7dada..aac24a1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -1,4 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/ \ + -I$(top_srcdir)/tools/ \ $(GTEST_CFLAGS) \ $(GMOCK_CFLAGS) AM_CXXFLAGS = \