Lines Matching refs:valgrind
3 trap 'rm $test.valgrind-errors; exit 1' INT QUIT
14 --valgrind Run the test suite a second time under valgrind
23 elif [ "${option}" = '--valgrind' ] ; then
56 echo "====== Testing for valgrind cleanliness ======"
58 echo -n "Testing $test with valgrind..."
59 valgrind --error-exitcode=31 --log-file=$test.valgrind-errors ../glcpp < $test >/dev/null 2>&1
62 cat $test.valgrind-errors
66 rm $test.valgrind-errors
72 echo "$clean/$total tests are valgrind-clean"