From 2ce0cb478ff710606f93ffc665b262ad831f5c96 Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Thu, 29 Jun 2017 21:24:57 -0500 Subject: development/cppunit: Updated for version 1.14.0. Signed-off-by: Kyle Guinn --- development/cppunit/README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'development/cppunit/README') diff --git a/development/cppunit/README b/development/cppunit/README index 5ceecf9e8f..1b55f72a26 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. -- cgit v1.2.3