diff options
author | Kyle Guinn <elyk03@gmail.com> | 2017-06-29 21:24:57 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-01 07:42:14 +0700 |
commit | 2ce0cb478ff710606f93ffc665b262ad831f5c96 (patch) | |
tree | 9947fa0a72a285b2cb98ac634349aee8bdb6e9e6 /development/cppunit/README | |
parent | b60615cf24a52dd6322e1f4c1f14f982e44fed10 (diff) |
development/cppunit: Updated for version 1.14.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'development/cppunit/README')
-rw-r--r-- | development/cppunit/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/cppunit/README b/development/cppunit/README index 5ceecf9e8f381..1b55f72a268ff 100644 --- a/development/cppunit/README +++ b/development/cppunit/README @@ -1 +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. + +graphviz is an optional dependency. It will be used when creating the +Doxygen documentation if found. |