summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 07:24:18 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:47 +0200
commitd6a4670e0cdcc6b307b123322695920350664e53 (patch)
tree346308a9dc3c98b491f7db3c8314d9734e4d2f21 /development
parent50f0c9fc80c90b7314c63406a8953a5ae3b99b50 (diff)
downloadslackbuilds-d6a4670e0cdcc6b307b123322695920350664e53.tar.gz
development/unittest-cpp: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/unittest-cpp/README12
1 files changed, 7 insertions, 5 deletions
diff --git a/development/unittest-cpp/README b/development/unittest-cpp/README
index 26b697b709..804ecfb485 100644
--- a/development/unittest-cpp/README
+++ b/development/unittest-cpp/README
@@ -1,6 +1,8 @@
UnitTest++ is a lightweight unit testing framework for C++.
-It was designed to do test-driven development on a wide variety of platforms.
-Simplicity, portability, speed, and small footprint are all very important
-aspects of UnitTest++. UnitTest++ is mostly standard C++ and makes minimal use
-of advanced library and language features, which means it should be easily
-portable to just about any platform.
+
+It was designed to do test-driven development on a wide variety
+of platforms. Simplicity, portability, speed, and small footprint
+are all very important aspects of UnitTest++. UnitTest++ is mostly
+standard C++ and makes minimal use of advanced library and language
+features, which means it should be easily portable to just about any
+platform.