mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-15 00:03:36 +01:00
Add Check unit testing example
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user