Download List

Descripción del Proyecto

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.

2001-08-20 04:57
0.7.2

De embalaje automático RPM, de paquetes de Debian nuevo, moviendo el ejemplo *.* archivos *.* tutorial, reforzar a los documentos de tutorial para añadir claridad y coincide con el nuevo comportamiento establecido por la corrección de errores, además de la pared a la CCFLAGS de gcc, AFIX por una falta de coincidencia de nombres extraños en tcase_set_fixture (enmascarado por la falta de advertencias de compilación), haciendo pruebas de unidad estática, y una prueba más sofisticada de LyX para que Lyx apoya LinuxDoc.
Tags: Minor bugfixes
Automated RPM packaging, new Debian packaging, moving the example*.* files to tutorial*.*, beefing up the tutorial docs to add clarity and match the new behavior introduced by the bugfixes, addition of -Wall to the CCFLAGS for gcc, afix for a bizarre naming mismatch in tcase_set_fixture (masked by the lack of compile warnings), making unit tests static, and a more sophisticated test of Lyx to ensure that Lyx supports linuxdoc.

2001-07-31 10:00
0.7.1

Se reorganizó la impresión y funciones de registro para permitir una función de registro menos primitiva. El registro está ahora en la documentación de tutorial.
Tags: Minor feature enhancements
Reorganized printing and logging functions to allow for a less primitive logging function. Logging is now documented in the tutorial documentation.

2001-07-12 03:13
0.7.0

Incluye una función de registro primitivo, la capacidad de una SRunner para ejecutar varias suites, y la magia para permitir Entradas para ser usado con C + +.
Tags: Minor feature enhancements
Includes a primitive logging function, the ability for an SRunner to run multiple suites, and the magic to allow Check to be used with C++.

2001-06-28 01:24
0.6.1

Hay una corrección de errores de menor importancia para los resultados de la prueba de la API. La API de notificación número de pruebas no ha cambiado, algo que puede romper las pruebas de unidad ya existente.
Tags: Minor bugfixes
There is a minor bug fix for the test results API.
The API for reporting number of failed tests has
changed, which may slightly break existing unit tests.

2001-06-22 22:33
0.6.0

Esta versión cuenta con mejores opciones de informes de pruebas unitarias, pruebas de unidad más completa, un fin a la prueba final, y una API completa para TestResults.
Tags: Minor feature enhancements
This version features improved unit test reporting options, more complete unit
tests, an end-to-end test, and a full API for TestResults.

Project Resources