]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: use libtool to execute with valgrind
authorKarel Zak <kzak@redhat.com>
Wed, 21 Mar 2018 11:23:22 +0000 (12:23 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Mar 2018 11:23:22 +0000 (12:23 +0100)
commit51684b312e920c5d582c26ddfad0ae3bc8f22a07
tree416049f66d9650b84fa34122b262f399a7ddb07c
parent5a2b7739b0017f2b8e68dee3ab2755b3a9a2d2c0
tests: use libtool to execute with valgrind

The libtool based build system uses scripts rather than real binaries
in $top_builddir. It's necessary to use libtool --mode=execute to call
valgrind for the real binary (from .libs/).

Signed-off-by: Karel Zak <kzak@redhat.com>
tests/functions.sh