diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 01:24:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:47 +0700 |
commit | d6a4670e0cdcc6b307b123322695920350664e53 (patch) | |
tree | 346308a9dc3c98b491f7db3c8314d9734e4d2f21 /development/unittest-cpp | |
parent | 50f0c9fc80c90b7314c63406a8953a5ae3b99b50 (diff) |
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/unittest-cpp')
-rw-r--r-- | development/unittest-cpp/README | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/development/unittest-cpp/README b/development/unittest-cpp/README index 26b697b709ba..804ecfb485ef 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. |