From: Loic Dachary Date: Tue, 16 Sep 2014 08:24:12 +0000 (+0200) Subject: test: libtool --mode=execute valgrind X-Git-Tag: v0.88~181^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2504%2Fhead;p=ceph.git test: libtool --mode=execute valgrind otherwise valgrind will not actually run against the binary. Signed-off-by: Loic Dachary --- diff --git a/src/test/erasure-code/TestErasureCodeIsa.cc b/src/test/erasure-code/TestErasureCodeIsa.cc index 64eb1a139ca01..112a1d2e3d2c4 100644 --- a/src/test/erasure-code/TestErasureCodeIsa.cc +++ b/src/test/erasure-code/TestErasureCodeIsa.cc @@ -930,7 +930,7 @@ int main(int argc, char **argv) * Local Variables: * compile-command: "cd ../.. ; make -j4 && * make unittest_erasure_code_isa && - * valgrind --tool=memcheck --leak-check=full \ + * libtool --mode=execute valgrind --tool=memcheck --leak-check=full \ * ./unittest_erasure_code_isa \ * --gtest_filter=*.* --log-to-stderr=true --debug-osd=20" * End: