Check
2 likes
Check is a unit testing framework for C. It features a simple interface for defining unit tests. 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.
Cost / License
- Free
- Open Source
Platforms
- Linux
Features
- Unit Testing
Tags
- Software Framework
- development
Check News & Activities
Highlights All activities
Recent activities
No activities found.
Check information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is Check?
Check is a unit testing framework for C. It features a simple interface for defining unit tests. 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.