summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
2009-09-27Improved fix for test_memeq_hex leak.Nick Mathewson
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.
2009-09-27Fix a memleakSebastian Hahn
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
2009-09-27Make a NULL check in test_dir.c non-redundant.Nick Mathewson
Should quiet a coverity warning.
2009-09-23Do not distribute tinytest_demo.c in the tarballNick Mathewson
2009-09-23Carve out unrelated parts of test_dir_formatsNick Mathewson
2009-09-23Split directory tests into their own module.Nick Mathewson
(Also, clean up some whitespace.)
2009-09-23Split test_util() into smaller functions.Nick Mathewson
2009-09-23Split general util and address tests into their own files.Nick Mathewson
2009-09-23Split container tests into their own moduleNick Mathewson
2009-09-23Split crypto tests into a separate module.Nick Mathewson
2009-09-23Remove a warning on ./autogen.shSebastian Hahn
2009-09-23Move testing code into new src/test directory.Nick Mathewson