aboutsummaryrefslogtreecommitdiff
path: root/hdata/test
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2017-11-22 23:15:50 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-12-18 17:58:32 -0600
commit427cc73b1eab4b4512fbaf623f9a120c6afdf09f (patch)
tree0b4b535bbf49601e222c7972858c96b5d1b44d43 /hdata/test
parent8e88ab0e66a201a1d786e7e95c98314bf4e806e7 (diff)
downloadskiboot-427cc73b1eab4b4512fbaf623f9a120c6afdf09f.zip
skiboot-427cc73b1eab4b4512fbaf623f9a120c6afdf09f.tar.gz
skiboot-427cc73b1eab4b4512fbaf623f9a120c6afdf09f.tar.bz2
make check: Make valgrind optional
To (slightly) lower the barrier for contributions, we can make valgrind optional with just a small amount of plumbing. This allows make check to run successfully without valgrind. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/test')
-rw-r--r--hdata/test/hdata_to_dt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/test/hdata_to_dt.c b/hdata/test/hdata_to_dt.c
index f597914..634d7a7 100644
--- a/hdata/test/hdata_to_dt.c
+++ b/hdata/test/hdata_to_dt.c
@@ -27,7 +27,7 @@
#include <interrupts.h>
#include <bitutils.h>
-#include <valgrind/memcheck.h>
+#include <skiboot-valgrind.h>
#include "../../libfdt/fdt.c"
#include "../../libfdt/fdt_ro.c"