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 00:37:01 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 00:37:01 -0700
commit4e6d01d6aa5f8facc82a5c6ffcdbea32cb363c10 (patch)
treecbf422f1db63ff226faadcd74cff3a52c29094e5 /cpp/makefile
parent8c9e97ae0183e79accbcb1afc57499f83c0b5406 (diff)
downloadmu-4e6d01d6aa5f8facc82a5c6ffcdbea32cb363c10.tar.gz
1156
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 98982f08..aa72de17 100644
--- a/cpp/makefile
+++ b/cpp/makefile
@@ -23,7 +23,7 @@ test: mu
 	./mu test
 
 valgrind: mu
-	valgrind --leak-check=yes ./mu test
+	valgrind -q --leak-check=yes ./mu test
 
 # auto-generated files; by convention they end in '_list'.
 autogenerated_lists: mu.cc function_list test_list