wok-6.x view check/description.txt @ rev 24856
updated lighttpd, lighttpd-modules and lighttpd-ssl (1.4.55 -> 1.4.64)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 28 15:28:13 2022 +0100 (2022-03-28) |
parents | |
children |
line source
1 Check is a unit testing framework for C.
2 It features a simple interface for defining unit tests, putting
3 little in the way of the developer.
4 Tests are run in a separate address space, so both assertion
5 failures and code errors that cause segmentation faults or other
6 signals can be caught.
7 Test results are reportable in the following:
8 Subunit, TAP, XML, and a generic logging format.