Add Check unit testing example

This commit is contained in:
Juraj Michalek
2013-05-01 20:30:22 +02:00
parent c8a5e7aaec
commit 133b387d3f
3 changed files with 120 additions and 0 deletions

View File

@@ -25,6 +25,19 @@ How to run:
./example-02
./example-03
Check - unit test
-----------------
Check is unit testing framework for C: http://check.sourceforge.net/
This directory contains simple example. You can uncomment age++ to create bug and rerun tests.
How to run:
cd check
make
./test
curl
----