diff options
author | Marcus Müller <marcus@hostalia.de> | 2018-06-25 15:21:13 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-06-25 09:39:34 -0700 |
commit | 6f2e347a6a304c7b809e502fc04b28dbaab45b6e (patch) | |
tree | fbecdc1b4ab2c503c90321594a85f5a52f3b7ce9 | |
parent | 92e1e161ec6aad2cd998a003de2317167f058d2f (diff) |
Documented cppunit dependency removal
In both the build guide as well as the CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | docs/doxygen/other/build_guide.dox.in | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f89aa059c..961d28ee09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,11 @@ Older Logs can be found in `docs/RELEASE-NOTES-*`. #### gr-utils - `gr_modtool` now with autocompletion candidates for `rm` +### Changed +#### Project Scope +- Removed cppunit from all unit tests, replaced by Boost +- Removed the cppunit dependency + ## [3.7.12.0] - 2018-04-01 ### Software Engineering diff --git a/docs/doxygen/other/build_guide.dox.in b/docs/doxygen/other/build_guide.dox.in index 57eb111901..a324f669bb 100644 --- a/docs/doxygen/other/build_guide.dox.in +++ b/docs/doxygen/other/build_guide.dox.in @@ -37,7 +37,6 @@ first. Most recent systems have these packages available. \li git http://git-scm.com/downloads \li cmake (>= @GR_CMAKE_MIN_VERSION@) http://www.cmake.org/cmake/resources/software.html \li boost (>= @GR_BOOST_MIN_VERSION@) http://www.boost.org/users/download/ -\li cppunit (>= @GR_CPPUNIT_MIN_VERSION@) http://freedesktop.org/wiki/Software/cppunit/ \li mako (>= @GR_MAKO_MIN_VERSION@) http://www.makotemplates.org/download.html \li log4cpp (>= 1.0) http://log4cpp.sourceforge.net/ |