Download List

Projeto Descrição

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

Esta versão corrige o problema de longa data que chama demais a fail_unless () em um test-suite poderia encher o tubo utilizado para a CPI. Um casal de memleaks menores foram fechados. check.h agora pode ser incluído no código C + +.
Tags: Minor bugfixes
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.

2002-05-24 23:36
0.8.3

Esta versão corrige um número de lançamentos construir problemas.
Tags: Minor bugfixes
This releases fixes a number of build problems.

2002-04-15 17:57
0.8.2

Esta versão remove as limitações de números de linha e mensagem e tamanhos de buffer. Acrescenta informação sobre a versão para a biblioteca eo arquivo de cabeçalho, e fornece uma macro autoconf para fácil integração de Entrada em projetos que usam o autoconf / automake.
Tags: Major bugfixes
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.

2001-10-28 20:46
0.8.0

Um modo nofork foi adicionado para permitir a depuração mais fácil de testes de unidade. Chaves foram verificados, e falhas na instalação / subdivisão será travado. O servidor foi alterado para permitir que mais testes e operação sob Cygwin. Pipes são usados em vez de SysV IPC. Algumas mudanças foram feitas API, que vai quebrar um pouco os testes existentes.
Tags: Major feature enhancements
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.

2001-08-24 06:47
0.7.3

Uma pequena alteração a acinclude.m4 permitir configurar a trabalhar sob Solaris (e espero que outros sistemas para que / bin / sh não é Bash).
Tags: Minor bugfixes
A minor change to acinclude.m4 to allow configure to work under Solaris (and hopefully other systems for which /bin/sh isn't Bash).

Project Resources