mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
tests/Makefile.am: use LIBTOOL variable instead of hardcoded name
Fixes "can't find libtool" error when running valgrind checks. Signed-off-by: Maciej Wolny <maciej.wolny@codethink.co.uk> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
bf70a48e22
commit
12fd47bced
@ -487,7 +487,7 @@ VALGRIND = valgrind --quiet --leak-check=full --trace-children=yes \
|
||||
--trace-children-skip="*/tools/virsh","*/tests/commandhelper" \
|
||||
--suppressions=$(srcdir)/.valgrind.supp
|
||||
valgrind:
|
||||
$(MAKE) check VG="libtool --mode=execute $(VALGRIND)"
|
||||
$(MAKE) check VG="$(LIBTOOL) --mode=execute $(VALGRIND)"
|
||||
|
||||
sockettest_SOURCES = \
|
||||
sockettest.c \
|
||||
|
Loading…
Reference in New Issue
Block a user