summaryrefslogtreecommitdiff
path: root/tests/scripts/run_tests_valgrind.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11tests: add a script wrapper to run tinyproxy under valgrind in the tests.Michael Adam1-0/+28
This runs valgrind with the -q switch - i.e. the log file tests/env/var/log/valgrind.log will only contain anything when there were valgrind errors. (Memory leaks...) Michael