mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Note: still is automake-generated, but uses .inc files in the various subdirectories instead of .am files. TODO: Move arch-specific components of bytecode_test and memexpr_test to arch/x86. svn path=/trunk/yasm/; revision=395 |
||
|---|---|---|
| .. | ||
| check.c | ||
| check.h | ||
| check_impl.h | ||
| check_log.c | ||
| check_log.h | ||
| check_msg.c | ||
| check_msg.h | ||
| check_print.c | ||
| check_print.h | ||
| check_run.c | ||
| error.c | ||
| error.h | ||
| list.c | ||
| list.h | ||
| Makefile.inc | ||
| NEWS | ||
| 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.