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.
Peter Johnson
ca6a1c8167
|
23 years ago | |
---|---|---|
.. | ||
Makefile.inc | 23 years ago | |
NEWS | 23 years ago | |
README | 23 years ago | |
check.c | 23 years ago | |
check.h | 23 years ago | |
check_impl.h | 23 years ago | |
check_log.c | 23 years ago | |
check_log.h | 23 years ago | |
check_msg.c | 23 years ago | |
check_msg.h | 23 years ago | |
check_print.c | 23 years ago | |
check_print.h | 23 years ago | |
check_run.c | 23 years ago | |
error.c | 23 years ago | |
error.h | 23 years ago | |
list.c | 23 years ago | |
list.h | 23 years ago |
README
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.