diff options
author | Patrick Venture <venture@google.com> | 2019-03-07 07:38:28 -0800 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2019-03-07 07:38:28 -0800 |
commit | fd4cdea449f01b910b654b78f2076cf76540619c (patch) | |
tree | ba04efaca30588839ec3324df36edd4aa69b85e3 /test | |
parent | a2efc76b21b6a0349850c9ce3a0e25f1dc4d9c0d (diff) | |
download | phosphor-ipmi-blobs-fd4cdea449f01b910b654b78f2076cf76540619c.tar.gz phosphor-ipmi-blobs-fd4cdea449f01b910b654b78f2076cf76540619c.zip |
build: enable valgrind
Enable valgrind tests.
Change-Id: Ib5ec22a19c043ef45f5274e4716e2abbae9c19da
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index a1dfba5..86cfad1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,3 +1,4 @@ +@VALGRIND_CHECK_RULES@ @CODE_COVERAGE_RULES@ AM_CPPFLAGS = \ |