summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-10-22 21:46:27 +0100
committerLars Wirzenius <liw@liw.fi>2010-10-22 21:46:27 +0100
commit1eae44b8ba5e2683d1d15eec8ae340f6951ff242 (patch)
tree16a69995d255ee20c602773bb9fa5c795baa149c
parente795b6cea64b3bba3c8b3dc2f643ca65fcf1b604 (diff)
downloaddynstr-1eae44b8ba5e2683d1d15eec8ae340f6951ff242.tar.gz
Make valgrind be quiet.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 658823b..d2b7145 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ dynstr.o unittests.o: dynstr.h
unittests: unittests.o dynstr.o
check: all
- valgrind --leak-check=full ./unittests
+ valgrind --leak-check=full --quiet ./unittests
clean:
rm -f *.o *.a *.so *.gcov *.gcda *.gcno core unittests