aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.h
Commit message (Collapse)AuthorAge
* Improved fix for test_memeq_hex leak.Nick Mathewson2009-09-27
| | | | | The earlier fix would only handle the success case. In the failing case, test_mem_op does a goto done, which would leave the leak leaking.
* Fix a memleakSebastian Hahn2009-09-27
| | | | | | | | | | | Found by coverity test_mem_op_hex was leaking memory, which showed up in a few tests. Also, the dir_param test had a memleak of its own. Found by Coverity
* Split crypto tests into a separate module.Nick Mathewson2009-09-23
|
* Move testing code into new src/test directory.Nick Mathewson2009-09-23