aboutsummaryrefslogtreecommitdiff
path: root/src/test/tinytest.c
Commit message (Collapse)AuthorAge
* Update to the latest tinytest versionNick Mathewson2010-09-09
| | | | | | This cleans up some whitespace consistency issues and, more importantly, gives you the ability to skip tests from the command line.
* Make the windows build succeed with or without -DUNICODE enabled.Nick Mathewson2010-08-20
| | | | | | | | | | | | | | This should keep WinCE working (unicode always-on) and get Win98 working again (unicode never-on). There are two places where we explicitly use ASCII-only APIs, still: in ntmain.c and in the unit tests. This patch also fixes a bug in windoes tor_listdir that would cause the first file to be listed an arbitrary number of times that was also introduced with WinCE support. Should fix bug 1797.
* Move testing code into new src/test directory.Nick Mathewson2009-09-23