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 6b2cf5c018 Added README and NEWS to EXTRA_DIST. 23 years ago
..
Makefile.am Added README and NEWS to EXTRA_DIST. 23 years ago
NEWS Initial revision 23 years ago
README Initial revision 23 years ago
check.c Autoconfize Check test suite, and make it work even if fork(), wait(), and 23 years ago
check.h Autoconfize Check test suite, and make it work even if fork(), wait(), and 23 years ago
check_impl.h Print the test function name along with the test case name. Many of our 23 years ago
check_log.c Autoconfize Check test suite, and make it work even if fork(), wait(), and 23 years ago
check_log.h Initial revision 23 years ago
check_msg.c Autoconfize Check test suite, and make it work even if fork(), wait(), and 23 years ago
check_msg.h Initial revision 23 years ago
check_print.c Print the test function name along with the test case name. Many of our 23 years ago
check_print.h Initial revision 23 years ago
check_run.c Autoconfize Check test suite, and make it work even if fork(), wait(), and 23 years ago
error.c Autoconfize Check test suite, and make it work even if fork(), wait(), and 23 years ago
error.h Autoconfize Check test suite, and make it work even if fork(), wait(), and 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.