yasm/check
2004-09-04 01:24:57 +00:00
..
check.c Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
check.h Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
check_impl.h Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
check_log.c Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
check_log.h Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
check_msg.c Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
check_msg.h Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
check_print.c Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
check_print.h Initial revision 2001-09-18 17:31:02 +00:00
check_run.c Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
error.c Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
error.h Add some (optional through configure) additional warning flags. Add options 2001-10-03 01:44:47 +00:00
list.c Autoconfize Check test suite, and make it work even if fork(), wait(), and 2001-09-19 21:56:00 +00:00
list.h Autoconfize Check test suite, and make it work even if fork(), wait(), and 2001-09-19 21:56:00 +00:00
Makefile.inc * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion. 2004-09-04 01:24:57 +00:00
NEWS Initial revision 2001-09-18 17:31:02 +00:00
README Initial revision 2001-09-18 17:31:02 +00:00

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.