README 673 B

123456789101112131415161718
  1. Tinytest is a tiny little test framework written in C by Nick Mathewson.
  2. It is distributed under the 3-clause BSD license. You can use it in
  3. your own programs so long as you follow the license's conditions.
  4. It's been tested on Windows, Mac, and many of the free Unixes.
  5. It knows how to fork before running certain tests, and it makes
  6. text-mode output in a format I like.
  7. For info on how to use it, check out tinytest_demo.c.
  8. You can get the latest version using Git, by pulling from
  9. git://github.com/nmathewson/tinytest.git
  10. Patches are welcome. Patches that turn this from tinytest to hugetest
  11. will not be applied. If you want a huge test framework, use CUnit.