Check¶
Description¶
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.
More information¶
- Homepage: https://libcheck.github.io/check/
Availability¶
Module | NIC5 | Hercules2 | Dragon2 | Lemaitre3 | Dragon1 |
---|---|---|---|---|---|
Check/0.15.2-GCCcore-10.2.0 | ✓ | ✓ | |||
Check/0.15.2-GCCcore-11.2.0 | ✓ | ||||
Check/0.15.2-GCCcore-9.3.0 | ✓ |