mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-09 04:28:32 -05: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:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user