ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/check/pkg-descr
Revision: 23558
Committed: Sat Jun 2 01:00:28 2018 UTC (5 years, 10 months ago) by laffer1
Content type: text/plain
File size: 329 byte(s)
Log Message:
add check

File Contents

# Content
1 Check is a unit test framework for C. It features a simple interface for
2 defining unit tests, putting little in the way of the developer. Tests are run
3 in a separate address space, so Check can catch both assertion failures and code
4 errors that cause segmentation faults or other signals.
5
6 WWW: https://libcheck.github.io/check/

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain