diff options
author | Roger Leigh <rleigh@debian.org> | 2013-09-08 17:35:56 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-09-08 20:08:11 +0100 |
commit | 67dc2ef1fc5b9b5b5a6edfced43d617974f5311a (patch) | |
tree | 783926d7bf6a0e6e21892db05fcf6da23f3d271d | |
parent | 8431956e6d5b9b208c6c47ca1706478a4d66a617 (diff) | |
download | schroot-67dc2ef1fc5b9b5b5a6edfced43d617974f5311a.tar.gz |
NEWS: Drop cppunit
-rw-r--r-- | NEWS | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -10,10 +10,8 @@ configuration. * Major changes in 1.7.1: - 1) The tests are being migrated from using CppUnit to Google Test - (gtest). See the README for how to build with gtest. Once all - the tests are converted, CppUnit support will be removed. At - present, both are required. + 1) The unit tests now use Google Test (gtest) instead of the older and + less powerful CppUnit. See the README for how to build with gtest. * Major changes in 1.7.0: |