From 9d9a1283d6105f262571aefed926c76446b133bd Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sat, 23 May 2015 12:05:40 -0700 Subject: [PATCH] make grind: no need to source mapnik-settings + add grinding of visual tests --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 46307d52c..b86f8fe70 100755 --- a/Makefile +++ b/Makefile @@ -86,11 +86,13 @@ pep8: # note: pass --gen-suppressions=yes to create new suppression entries grind: - @source localize.sh && source mapnik-settings.env && \ + @source localize.sh && \ + valgrind --suppressions=./test/unit/valgrind.supp --leak-check=full --log-fd=1 ./test/visual/run | grep definitely; + @source localize.sh && \ for FILE in test/standalone/*-bin; do \ valgrind --suppressions=./test/unit/valgrind.supp --leak-check=full --log-fd=1 $${FILE} | grep definitely; \ done - @source localize.sh && source mapnik-settings.env && \ + @source localize.sh && \ valgrind --suppressions=./test/unit/valgrind.supp --leak-check=full --log-fd=1 ./test/unit/run | grep definitely; render: