          MODULE=check
         VERSION=0.9.8
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=$SFORGE_URL/$MODULE/
      SOURCE_VFY=sha1:a75cc89411e24b5d39b7869f8233e19f210de555
        WEB_SITE=http://check.sourceforge.net
         ENTERED=20031201
         UPDATED=20100619
           SHORT="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
