From b1442e04d15bbdfcf86cfdd6644e904193c53032 Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Mon, 5 May 2014 16:48:00 +0100 Subject: tools: check-in errordeveloper/tinytest@eb2dbc858f6c3785468a96e98f2b944f10013163 --- tools/tinytest/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tools/tinytest/README (limited to 'tools/tinytest/README') diff --git a/tools/tinytest/README b/tools/tinytest/README new file mode 100644 index 000000000..902c4a2e0 --- /dev/null +++ b/tools/tinytest/README @@ -0,0 +1,18 @@ +Tinytest is a tiny little test framework written in C by Nick Mathewson. + +It is distributed under the 3-clause BSD license. You can use it in +your own programs so long as you follow the license's conditions. + +It's been tested on Windows, Mac, and many of the free Unixes. + +It knows how to fork before running certain tests, and it makes +text-mode output in a format I like. + +For info on how to use it, check out tinytest_demo.c. + +You can get the latest version using Git, by pulling from + git://github.com/nmathewson/tinytest.git + +Patches are welcome. Patches that turn this from tinytest to hugetest +will not be applied. If you want a huge test framework, use CUnit. + -- cgit v1.2.3