Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improved fix for test_memeq_hex leak. | Nick Mathewson | 2009-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 memleak | Sebastian Hahn | 2009-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 Mathewson | 2009-09-23 |
| | |||
* | Move testing code into new src/test directory. | Nick Mathewson | 2009-09-23 |