commit | c3f5618ffd64bc8d1718cafe499c38b359861e97 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Mar 19 13:06:08 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Mar 22 11:49:54 2019 -0700 |
tree | f2a8ad1d96805a8ae3c6828f354fa492b2e23859 | |
parent | 6bb5cfc226752e1e16216c527732cbb83f9132a6 [diff] [blame] |
build: enable valgrind Enable valgrind to check memory usage. Change-Id: If6b91a6239ba9b1cb182fd4ecf4572fec13a872f Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/Makefile.am b/test/Makefile.am index 0468348..a4be5a7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -1,3 +1,5 @@ +@VALGRIND_CHECK_RULES@ + AM_CPPFLAGS = \ -I$(top_srcdir)/ \ $(GTEST_CFLAGS) \