Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-27 | Fix bug 1113. | Karsten Loesing | |
Bridges do not use the default exit policy, but reject *:* by default. | |||
2009-10-10 | Fix testsuite call.tor-0.2.2.4-alpha | Peter Palfrader | |
tinytest_main() returns 0 on success, -1 on errors and 1 on test failures. So test.c should check on !=0 instead of <0. | |||
2009-09-23 | Split directory tests into their own module. | Nick Mathewson | |
(Also, clean up some whitespace.) | |||
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 | Move testing code into new src/test directory. | Nick Mathewson | |