Yasm Assembler mainline development tree (ffmpeg 依赖)
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 98e25fc1f6 Add some (optional through configure) additional warning flags. Add options 23 years ago
..
Makefile.am Remove error message for check when check is disabled. It breaks check (and 23 years ago
NEWS Initial revision 23 years ago
README Initial revision 23 years ago
check.c Add some (optional through configure) additional warning flags. Add options 23 years ago
check.h Add some (optional through configure) additional warning flags. Add options 23 years ago
check_impl.h Add some (optional through configure) additional warning flags. Add options 23 years ago
check_log.c Add some (optional through configure) additional warning flags. Add options 23 years ago
check_log.h Add some (optional through configure) additional warning flags. Add options 23 years ago
check_msg.c Add some (optional through configure) additional warning flags. Add options 23 years ago
check_msg.h Add some (optional through configure) additional warning flags. Add options 23 years ago
check_print.c Add some (optional through configure) additional warning flags. Add options 23 years ago
check_print.h Initial revision 23 years ago
check_run.c Add some (optional through configure) additional warning flags. Add options 23 years ago
error.c Add some (optional through configure) additional warning flags. Add options 23 years ago
error.h Add some (optional through configure) additional warning flags. Add options 23 years ago
list.c Autoconfize Check test suite, and make it work even if fork(), wait(), and 23 years ago
list.h Autoconfize Check test suite, and make it work even if fork(), wait(), and 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.