Fix Valgrind regression test script

Calling the right binary name
This commit is contained in:
Felipe Zimmerle 2016-05-03 14:59:03 -03:00
parent 5643d2fa28
commit bc887cdcf2

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
valgrind --tool=massif ./regression-tests $*
valgrind --leak-check=full --suppressions=./valgrind_suppressions.txt ./regression-tests $*
valgrind --tool=massif ./regression_tests $*
valgrind --leak-check=full --suppressions=./valgrind_suppressions.txt ./regression_tests $*