mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-02 11:05:22 +00:00
tests: run valgrind on real executables, not libtool wrappers
* tests/Makefile.am (valgrind): Use libtool's ability to bypass
libtool wrappers when running valgrind.
(cherry picked from commit 428fc2bf31
)
This commit is contained in:
parent
7fba39bc52
commit
52ab82bd1c
@ -248,7 +248,7 @@ TESTS_ENVIRONMENT = \
|
||||
|
||||
|
||||
valgrind:
|
||||
$(MAKE) check VG="valgrind --quiet --leak-check=full --suppressions=$(srcdir)/.valgrind.supp"
|
||||
$(MAKE) check VG="libtool --mode=execute valgrind --quiet --leak-check=full --suppressions=$(srcdir)/.valgrind.supp"
|
||||
|
||||
sockettest_SOURCES = \
|
||||
sockettest.c \
|
||||
|
Loading…
Reference in New Issue
Block a user