• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D01-Sep-2021673 1911

tinytest.cH A D01-Sep-202111.9 KiB475384

tinytest.hH A D01-Sep-20214.1 KiB9941

tinytest_macros.hH A D01-Sep-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