aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.h
AgeCommit message (Expand)Author
2015-08-14Fix an overzealous compiler warning in the testsNick Mathewson
2015-02-24Update test_status.c to accommodate changes in heartbeat messagesNick Mathewson
2015-01-14Basic unit test for condition variables.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-16Remove the legacy_test_helper and legacy_setup wrappersNick Mathewson
2014-09-15Replace all uses of test_{str,}eqNick Mathewson
2014-09-15Replace the remaining test_assert instancesNick Mathewson
2014-09-15remove two unused test_* macrosNick Mathewson
2014-09-15Replace remaining uses of deprecated test_mem* functionsNick Mathewson
2014-09-15Replace the remaining test_n?eq_ptr callsNick Mathewson
2014-09-15Make not even macros use test_fail_msg.Nick Mathewson
2014-08-13Apply an MSVC compilation fix from Gisle VanemNick Mathewson
2014-05-11fix whitespaceNick Mathewson
2014-05-08Fix numerous 64->32 errors in the unit testsNick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-03-06Upgrade to the latest version of tinytest.Nick Mathewson
2014-03-06tinytest tt_{mem,str}_op now handle NULLs betterNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-08-09Refactor the core of choosing by weights into a functionNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-03-08Remove duplicated macro definitionEsteban Manchado Velázquez
2012-02-13Synchronize with upstream tinytest again: remove _identifiersNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-06-09Upgrade to the latest version of tinytestNick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-02-27Update copyright dates for files not in maint-0.2.1Nick Mathewson
2009-09-27Improved fix for test_memeq_hex leak.Nick Mathewson
2009-09-27Fix a memleakSebastian Hahn
2009-09-23Split crypto tests into a separate module.Nick Mathewson
2009-09-23Move testing code into new src/test directory.Nick Mathewson