slackbuilds/development/unittest-cpp
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
000_libdirsuffix.diff
README
slack-desc
unittest-cpp.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
unittest-cpp.info

README

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.