slackbuilds/development/cppunit
B. Watson dee42602b7
development/cppunit: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:38:57 +07:00
..
README development/cppunit: Fix README. 2020-10-17 09:38:57 +07:00
cppunit.SlackBuild development/cppunit: Updated for version 1.15.1. 2020-01-03 02:11:59 -06:00
cppunit.info development/cppunit: Updated for version 1.15.1. 2020-01-03 02:11:59 -06:00
slack-desc development/cppunit: Fix slack-desc. 2016-11-14 16:47:23 +07:00

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.