slackbuilds_ponce/development/unittest-cpp/README
B. Watson d6a4670e0c
development/unittest-cpp: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:39:47 +07:00

8 lines
406 B
Text

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.