Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-11 | tests: add support for running tinyproxy under valgrind. | Michael Adam | 1 | -1/+1 | |
When you want to run tinyproxy under valgrind, set the environment variable VALGRIND to some useful valgrind command line. Michael | |||||
2009-09-10 | tests: restructure run_tests into functions to make main flow clearer. | Michael Adam | 1 | -65/+104 | |
Also prepare for modularizing the testsuite. Michael | |||||
2009-09-10 | tests:run_tests: add complete GPL boilerplate. | Michael Adam | 1 | -2/+13 | |
Michael | |||||
2009-09-10 | tests: this is a first draft of the beginning of a test suite. | Michael Adam | 1 | -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 |