aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
Commit message (Expand)AuthorAge
...
* Update copyright dates for files not in maint-0.2.1Nick Mathewson2010-02-27
* Remove misc unnecessary newlines found by new check.Mike Perry2010-02-22
* Move CBT params into consensus.Mike Perry2010-02-18
* Another unit test for exit_policy_is_general_exit()Sebastian Hahn2010-02-09
* Another unit test for exit_policy_is_general_exit()Sebastian Hahn2010-02-04
* New unit test, testing for b0red's exit policySebastian Hahn2010-02-04
* Another new test for exit_policy_is_general_exit()Sebastian Hahn2010-02-03
* New testcase for exit_policy_is_general_exitSebastian Hahn2010-02-03
* Fix bug 1113.•••Bridges do not use the default exit policy, but reject *:* by default. Karsten Loesing2009-10-27
* Fix testsuite call.•••tinytest_main() returns 0 on success, -1 on errors and 1 on test failures. So test.c should check on !=0 instead of <0. Peter Palfrader2009-10-10
* Split directory tests into their own module.•••(Also, clean up some whitespace.) Nick Mathewson2009-09-23
* Split general util and address tests into their own files.Nick Mathewson2009-09-23
* Split container tests into their own moduleNick Mathewson2009-09-23
* Split crypto tests into a separate module.Nick Mathewson2009-09-23
* Move testing code into new src/test directory.Nick Mathewson2009-09-23