A unit test framework for C
Go to file
2022-11-22 13:32:39 -07:00
.gitignore Version 0.15.0 2020-06-22 16:22:24 -06:00
check-0.11.0-fp.patch Version 0.15.0 2020-06-22 16:22:24 -06:00
check-0.11.0-info-in-builddir.patch 0.11.0 2016-12-21 16:47:38 -05:00
check.spec Convert License tags to SPDX. 2022-11-22 13:32:39 -07:00
README.md Add README.md. Update URL. 2022-07-07 14:22:25 -06:00
sources Version 0.15.2. Drop upstreamed -fail-macros patch. 2020-08-09 09:57:01 -06:00

check

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.