Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-10-21 19:21
0.8.4

This release fixes the long-standing problem that
too many calls to fail_unless() in a test-suite
could fill up the pipe used for IPC. A couple of
smaller memleaks were plugged. check.h can now be
included into C++ code.
標籤: Minor bugfixes

2002-05-24 23:36
0.8.3

This releases fixes a number of build problems.
標籤: Minor bugfixes

2002-04-15 17:57
0.8.2

This release removes the limitations on line numbers and message and buffer sizes. It adds version information to the library and header file, and provides an autoconf macro for easy integration of Check into projects that use autoconf/automake.
標籤: Major bugfixes

2001-10-28 20:46
0.8.0

A nofork mode was added to allow easier debugging of unit tests. Fixtures were
checked, and failures in setup/teardown will be caught. The backend was changed
to allow easier testing and operation under Cygwin. Pipes are now used instead
of SysV IPC. Some API changes were made, which will slightly break existing
tests.
標籤: Major feature enhancements

2001-08-24 06:47
0.7.3

A minor change to acinclude.m4 to allow configure to work under Solaris (and hopefully other systems for which /bin/sh isn't Bash).
標籤: Minor bugfixes

Project Resources