aboutsummaryrefslogtreecommitdiff
path: root/src/test/tinytest.c
Commit message (Expand)AuthorAge
* Upgrade to the latest version of tinytestNick Mathewson2011-06-09
* Update to the latest tinytest version•••This cleans up some whitespace consistency issues and, more importantly, gives you the ability to skip tests from the command line. Nick Mathewson2010-09-09
* Make the windows build succeed with or without -DUNICODE enabled.•••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. Nick Mathewson2010-08-20
* Move testing code into new src/test directory.Nick Mathewson2009-09-23