New makefile target to run valgrind with the correct options

This commit is contained in:
Ian Gulliver
2015-06-14 07:39:37 +00:00
parent b8204944c9
commit 885e7e8715

View File

@@ -22,3 +22,6 @@ install: libcosmopolite.so cosmopolite.h
clean:
rm -f test libcosmopolite.so *.o
valgrind:
valgrind --leak-check=full --show-reachable=yes --num-callers=20 --suppressions=suppressions ./test