mirror of https://github.com/yasm/yasm.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
443 B
10 lines
443 B
23 years ago
|
Check is a unit test framework for C. It features a simple interface
|
||
|
for defining unit tests, putting little in the way of the
|
||
|
developer. Tests are run in a separate address space, so Check can
|
||
|
catch both assertion failures and code errors that cause segmentation
|
||
|
faults or other signals. The output from unit tests can be used within
|
||
|
source code editors and IDEs.
|
||
|
|
||
|
See http://check.sourceforge.net for more information, including a
|
||
|
tutorial.
|