development/unittest-cpp: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 01:24:18 -04:00 committed by Willy Sudiarto Raharjo
parent 50f0c9fc80
commit d6a4670e0c
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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.