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