development/cppunit: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 21:00:09 -04:00 committed by Willy Sudiarto Raharjo
parent 120e7e78fe
commit dee42602b7
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
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.
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.