          MODULE=cppunit
         VERSION=1.12.1
          SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL[0]=http://downloads.sourceforge.net/$MODULE/
      SOURCE_VFY=sha1:f1ab8986af7a1ffa6760f4bacf5622924639bf4a
        WEB_SITE=http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=Main_Page#Download
         ENTERED=20100321
         UPDATED=20100321
           SHORT="C++ unit testing framework"

cat << EOF
CppUnit is a C++ unit testing framework.

CFeatures:

    * XML output with hooks for additional data (XSL format avaliable in release
      1.10.2 needs some FiXing)
    * Compiler-like text output to integrate with an IDE
    * Helper macros for easier test suite declaration
    * Hierarchical test fixture support
    * Test registry to reduce recompilation need
    * Test plug-in for faster compile/test cycle (self testable dynamic library)
    * Protector to encapsulate test execution (allow capture of exception not
      derived from std::exception)
    * MfcTestRunner
    * QtTestRunner, a Qt based graphic test runner ppUnit is a C++ unit testing
      framework.
EOF
