A unit test framework for C
Go to file
Troy Dawson c286a666a9 Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
2024-10-29 08:18:02 -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 Bump release for October 2024 mass rebuild: 2024-10-29 08:18:02 -07:00
gating.yaml Add gating.yaml via API 2024-06-05 07:05:06 +00:00
README.md Add README.md. Update URL. 2022-07-07 14:22:25 -06:00
sources Remove the CC-BY-NC index.html file from the tarball (#2290306) 2024-06-05 13:55:01 +10: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.