A unit test framework for C
Go to file
Fedora Release Engineering 0e28ffda28 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 22:50:00 +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.rpmlintrc Add an rpmlintrc file. Use find's -delete feature. 2020-01-13 15:53:16 -07:00
check.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild 2022-07-20 22:50:00 +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.