SPELL=check VERSION=0.10.0 SOURCE_HASH=sha512:82103a98382c41cf16f172ded66c0399d3da6eceb6728aab11120c028e8796f6d545a98dc4aa5f76ee68c0bfd1f842a4dd371f5d670c8ba84ce4209812bf1ac5 # SOURCE_GPG="gurus.gpg:$SOURCE.sig" SOURCE=$SPELL-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/check/$SOURCE WEB_SITE=https://check.sourceforge.net LICENSE[0]=LGPL ENTERED=20051123 KEYWORDS="devel" SHORT="a unit test framework for C" cat << EOF 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. EOF