mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-15 02:10:27 +01:00
For check-valgrind, call the version of libtool in our source distribution,
not the one found in PATH.
This commit is contained in:
parent
1cb0bc40a3
commit
83dcbe05b5
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ CLEANFILES = \
|
|||
index.html
|
||||
|
||||
check-valgrind:
|
||||
TESTS_ENVIRONMENT="libtool --mode=execute valgrind --tool=memcheck --suppressions=./.valgrind-suppressions --leak-check=yes --show-reachable=yes" $(MAKE) check 2>&1 | tee valgrind.log
|
||||
TESTS_ENVIRONMENT="$(top_srcdir)/libtool --mode=execute valgrind --tool=memcheck --suppressions=./.valgrind-suppressions --leak-check=yes --show-reachable=yes" $(MAKE) check 2>&1 | tee valgrind.log
|
||||
|
||||
html: index.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue