Add Minunit example

This commit is contained in:
Juraj Michalek
2013-05-01 20:35:52 +02:00
parent 133b387d3f
commit 456ad23290
6 changed files with 117 additions and 0 deletions

View File

@@ -68,6 +68,16 @@ How to run:
make
./helloworld
Minunit testing
---------------
Minunit is very minimalistic C testing framework. It contains just two lines of code.
How to run:
cd minunit
make
./test
node
----