From 885e7e8715e1e53ae307b9d1e098cbe3f78f75a6 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 14 Jun 2015 07:39:37 +0000 Subject: [PATCH] New makefile target to run valgrind with the correct options --- clients/c/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clients/c/Makefile b/clients/c/Makefile index 502dd96..998bf6f 100644 --- a/clients/c/Makefile +++ b/clients/c/Makefile @@ -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