Because running valgrind with no libtool does not test the binary but
the enclosing shell script.
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
/*
* Local Variables:
- * compile-command: "cd ../.. ; make -j4 &&
- * make unittest_erasure_code_isa &&
- * valgrind --tool=memcheck --leak-check=full \
+ * compile-command: "cd ../.. ; make -j4 unittest_erasure_code_isa &&
+ * libtool --mode=execute valgrind --tool=memcheck --leak-check=full \
* ./unittest_erasure_code_isa \
* --gtest_filter=*.* --log-to-stderr=true --debug-osd=20"
* End: