aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2016-12-15 09:51:27 -0800
committerAndi Kleen <ak@linux.intel.com>2016-12-15 09:51:27 -0800
commitf45ef538901ac7c663ffd684fe2f539898015279 (patch)
tree32ad60e68cf25d0bf60890a4cee39004c634d82c
parent52789974a9028f8fc3beaa40746fa88c3fc52308 (diff)
downloadmcelog-f45ef538901ac7c663ffd684fe2f539898015279.tar.gz
Fix overriding of DEBUG for make test
sudo make DEBUG=valgrind test works again to run the test suite with valgrind. Signed-off-by: Andi Kleen <ak@linux.intel.com>
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 43b0a58..fb92d7a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,6 +1,6 @@
.PHONY: test clean
-DEBUG =
+DEBUG=
test:
./test cache "${DEBUG}"