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 a002baa1df Check for snprintf (used in Check suite). Also define _GNU_SOURCE for Check 23 years ago
..
Makefile.am Remove error message for check when check is disabled. It breaks check (and 23 years ago
NEWS
README
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
check_log.c Autoconfize Check test suite, and make it work even if fork(), wait(), and 23 years ago
check_log.h
check_msg.c Check for snprintf (used in Check suite). Also define _GNU_SOURCE for Check 23 years ago
check_msg.h
check_print.c
check_print.h
check_run.c Check for snprintf (used in Check suite). Also define _GNU_SOURCE for Check 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.