summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-10-22 21:12:37 +0100
committerLars Wirzenius <liw@liw.fi>2010-10-22 21:12:37 +0100
commit9e78e76f3f4997b481231a29ae19067b79708f2a (patch)
treea94dd86c2c513e11502ddcd9f9e9eaf64869ec98
parent2a9a7e36ac4f1851eaeb893f61b1919d706096d5 (diff)
downloaddynstr-9e78e76f3f4997b481231a29ae19067b79708f2a.tar.gz
Run unittest under valgrind.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea005b3..90cb92c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ dynstr.o unittests.o: dynstr.h
unittests: unittests.o dynstr.o
check: all
- ./unittests
+ valgrind --leak-check=full ./unittests
clean:
rm -f *.o *.a *.so *.gcov *.gcda *.gcno core unittests