fourtysixandtwo addcc9660a development/cppunit: Change i486 to i586 2 年之前
..
README dee42602b7 development/cppunit: Fix README. 4 年之前
cppunit.SlackBuild addcc9660a development/cppunit: Change i486 to i586 2 年之前
cppunit.info 1efa0f2e8a development/cppunit: Updated for version 1.15.1. 4 年之前
slack-desc 93048ca7b5 development/cppunit: Fix slack-desc. 8 年之前

README

CppUnit is a C++ unit testing framework.

Starting with version 1.14.0, cppunit may require that your tests
be compiled with a C++11-conforming compiler (e.g. by adding the
-std=c++11 flag to g++). Since this is not yet the default for g++,
if you intend on using cppunit with projects that do not yet mandate
C++11, then you may want to stick with an older version.

graphviz is an optional dependency. It will be used when creating the
Doxygen documentation if found.