ModSecurity/test/regression-tests-valgrind.sh
2015-09-15 16:48:26 -03:00

5 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
valgrind --tool=massif ./regression-tests $*
valgrind --leak-check=full --suppressions=./valgrind_suppressions.txt ./regression-tests $*