Check¶
Check is a unit testing 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 both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format.
homepage: https://libcheck.github.io/check/
version | toolchain |
---|---|
0.12.0 |
GCCcore/6.4.0 |
0.15.2 |
GCCcore/10.2.0 |
0.15.2 |
GCCcore/10.3.0 |
0.15.2 |
GCCcore/11.2.0 |
0.15.2 |
GCCcore/11.3.0 |
0.15.2 |
GCCcore/12.2.0 |
0.15.2 |
GCCcore/12.3.0 |
0.15.2 |
GCCcore/13.2.0 |
0.15.2 |
GCCcore/9.3.0 |
(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)