aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir.c
Commit message (Collapse)AuthorAge
* 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
* Make a NULL check in test_dir.c non-redundant.Nick Mathewson2009-09-27
| | | | Should quiet a coverity warning.
* Carve out unrelated parts of test_dir_formatsNick Mathewson2009-09-23
|
* Split directory tests into their own module.Nick Mathewson2009-09-23
(Also, clean up some whitespace.)