diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 21:00:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:57 +0700 |
commit | dee42602b7fb2fa22e4cddbb9abcf5de114b456a (patch) | |
tree | f99a6e7f91d2e7f27082c6c7624334476e2338b9 | |
parent | 120e7e78fede943153277a032724ffce4cf8bab0 (diff) |
development/cppunit: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/cppunit/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/development/cppunit/README b/development/cppunit/README index 1b55f72a268f..861144ba26c9 100644 --- a/development/cppunit/README +++ b/development/cppunit/README @@ -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. |