          MODULE=cppunit
         VERSION=1.15.1
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://dev-www.libreoffice.org/src/
      SOURCE_VFY=sha256:89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7
        WEB_SITE=http://www.freedesktop.org/wiki/Software/cppunit/
         ENTERED=20100321
         UPDATED=20191225
           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
