Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-27 | Improved 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-27 | Fix a memleak | Sebastian 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-27 | Make a NULL check in test_dir.c non-redundant. | Nick Mathewson | |
Should quiet a coverity warning. | |||
2009-09-23 | Do not distribute tinytest_demo.c in the tarball | Nick Mathewson | |
2009-09-23 | Carve out unrelated parts of test_dir_formats | Nick Mathewson | |
2009-09-23 | Split directory tests into their own module. | Nick Mathewson | |
(Also, clean up some whitespace.) | |||
2009-09-23 | Split test_util() into smaller functions. | Nick Mathewson | |
2009-09-23 | Split general util and address tests into their own files. | Nick Mathewson | |
2009-09-23 | Split container tests into their own module | Nick Mathewson | |
2009-09-23 | Split crypto tests into a separate module. | Nick Mathewson | |
2009-09-23 | Remove a warning on ./autogen.sh | Sebastian Hahn | |
2009-09-23 | Move testing code into new src/test directory. | Nick Mathewson | |