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 fb1246f761 Print the test function name along with the test case name. Many of our 24 years ago
..
Makefile.am Add unit test framework using Check (http://check.sourceforge.net/). 24 years ago
NEWS Initial revision 24 years ago
README Initial revision 24 years ago
check.c Initial revision 24 years ago
check.h Initial revision 24 years ago
check_impl.h Print the test function name along with the test case name. Many of our 24 years ago
check_log.c Initial revision 24 years ago
check_log.h Initial revision 24 years ago
check_msg.c Initial revision 24 years ago
check_msg.h Initial revision 24 years ago
check_print.c Print the test function name along with the test case name. Many of our 24 years ago
check_print.h Initial revision 24 years ago
check_run.c Print the test function name along with the test case name. Many of our 24 years ago
error.c Initial revision 24 years ago
error.h Initial revision 24 years ago
list.c Initial revision 24 years ago
list.h Initial revision 24 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.