wok annotate check/description.txt @ rev 25365
cpige: apply gibor patch (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 28 15:03:09 2022 +0000 (2022-07-28) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24401 | 1 Check is a unit testing framework for C. |
Hans-G?nter@24401 | 2 It features a simple interface for defining unit tests, putting |
Hans-G?nter@24401 | 3 little in the way of the developer. |
Hans-G?nter@24401 | 4 Tests are run in a separate address space, so both assertion |
Hans-G?nter@24401 | 5 failures and code errors that cause segmentation faults or other |
Hans-G?nter@24401 | 6 signals can be caught. |
Hans-G?nter@24401 | 7 Test results are reportable in the following: |
Hans-G?nter@24401 | 8 Subunit, TAP, XML, and a generic logging format. |