commit | 4679e50a5e19157b6bb4e4760a9fb92577ad37f5 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Mar 19 11:27:00 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Mar 19 11:27:00 2019 -0700 |
tree | 6c49f4a482f657c294e91ce0de9a90749d306509 | |
parent | c897738ae76a15cda0678b27711c394b312ed263 [diff] [blame] |
build: enable valgrind Enable valgrind to check memory usage. Change-Id: Ib8d3affd895657864cdddade29a5871892840c5c Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/Makefile.am b/test/Makefile.am index 0f0a18e..c8eee3f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -1,3 +1,5 @@ +@VALGRIND_CHECK_RULES@ + AM_CPPFLAGS = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/tools/ \