5 kx # HOW TO EDIT THIS FILE:
5 kx # The "handy ruler" below makes it easier to edit a package description. Line
5 kx # up the first '|' above the ':' following the base package name, and the '|'
5 kx # on the right side marks the last column you can put a character in. You must
5 kx # make exactly 11 lines for the formatting to be correct. It's also
5 kx # customary to leave one space after the ':'.
5 kx
5 kx |-----handy-ruler------------------------------------------------------|
5 kx check-x32: check-x32 @VERSION@ (The unit testing framework for C)
5 kx check-x32:
5 kx check-x32: Check is a unit testing framework for C. It features a simple
5 kx check-x32: interface for defining unit tests, putting little in the way of
5 kx check-x32: the developer. Tests are run in a separate address space, so both
5 kx check-x32: assertion failures and code errors that cause segmentation faults
5 kx check-x32: or other signals can be caught. Test results are reportable in the
5 kx check-x32: following: Subunit, TAP, XML, and a generic logging format.
5 kx check-x32:
5 kx check-x32:
5 kx check-x32: