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 1a86c34026 * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion. 20 years ago
..
Makefile.inc * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion. 20 years ago
NEWS
README
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
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
list.h

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.