A unit test framework for C
Go to file
Fedora Release Engineering f85387b68a Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-18 23:46:02 +00: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 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild 2023-01-18 23:46:02 +00: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.