Skip to content

Commit b1442e0

Browse files
Ilya Dmitrichenkopfalcon
authored andcommitted
1 parent d509ac2 commit b1442e0

File tree

5 files changed

+782
-0
lines changed

5 files changed

+782
-0
lines changed

tools/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
tinytest/.gitignore
2+
tinytest/.travis.yml
3+
tinytest/Makefile
4+
tinytest/Makefile.arm-cortex-m3-qemu
5+
tinytest/Makefile.avr
6+
tinytest/TODO
7+
tinytest/portable_demo.c
8+
tinytest/tinytest_demo.c

tools/tinytest/README

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

0 commit comments

Comments
 (0)