• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..29-Oct-2021-

README A D29-Oct-2021673 1911

tinytest.c A D29-Oct-202111.9 KiB475384

tinytest.h A D29-Oct-20214.1 KiB9941

tinytest_macros.h A D29-Oct-20216.4 KiB185118

README

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