mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +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.
This commit is contained in:
parent
cdd762e425
commit
428fc2bf31
@ -244,7 +244,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…
x
Reference in New Issue
Block a user