slackbuilds_ponce/development/cppunit
B. Watson 9bc1975ee7
development/cppunit: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-20 11:17:31 +07:00
..
cppunit.info
cppunit.SlackBuild development/cppunit: Align with template. 2023-05-20 11:17:31 +07:00
README
slack-desc

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.