make grind: no need to source mapnik-settings + add grinding of visual tests
This commit is contained in:
parent
ad09abee21
commit
9d9a1283d6
1 changed files with 4 additions and 2 deletions
6
Makefile
6
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:
|
||||
|
|
Loading…
Reference in a new issue