summaryrefslogtreecommitdiff
path: root/tests/scripts/run_tests.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11tests: add support for running tinyproxy under valgrind.Michael Adam1-1/+1
When you want to run tinyproxy under valgrind, set the environment variable VALGRIND to some useful valgrind command line. Michael
2009-09-10tests: restructure run_tests into functions to make main flow clearer.Michael Adam1-65/+104
Also prepare for modularizing the testsuite. Michael
2009-09-10tests:run_tests: add complete GPL boilerplate.Michael Adam1-2/+13
Michael
2009-09-10tests: this is a first draft of the beginning of a test suite.Michael Adam1-0/+138
It provisions a test envirnonment, fires up the perl web server and tinyproxy and currently makes one direct request to the web server and one request through tinyproxy. This will be modularized and extended in the sequel. Michael