about summary refs log tree commit diff stats
path: root/cpp/makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 21:39:09 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 22:00:06 -0700
commit6ca059efce56104efc766255459e665fc7e7705b (patch)
tree000346d03daad4611e3e3f6b9847dfdce476e6e8 /cpp/makefile
parentfb4836dc0f9dc84afa0b133c4e6ab1ad61653961 (diff)
downloadmu-6ca059efce56104efc766255459e665fc7e7705b.tar.gz
1184 - finally, concurrency
Diffstat (limited to 'cpp/makefile')
-rw-r--r--cpp/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makefile b/cpp/makefile
index aa72de17..d3a64f8d 100644
--- a/cpp/makefile
+++ b/cpp/makefile
@@ -23,7 +23,7 @@ test: mu
 	./mu test
 
 valgrind: mu
-	valgrind -q --leak-check=yes ./mu test
+	valgrind --leak-check=yes -q --error-exitcode=1 ./mu test
 
 # auto-generated files; by convention they end in '_list'.
 autogenerated_lists: mu.cc function_list test_list