Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
..
000_libdirsuffix.diff fe5838774a development/unittest-cpp: Updated for version 2.0.0. Use CMake 7 years ago
README d6a4670e0c development/unittest-cpp: Fix README. 4 years ago
slack-desc f402329dc3 development/unittest-cpp: Added (unit testing framework). 8 years ago
unittest-cpp.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
unittest-cpp.info fe5838774a development/unittest-cpp: Updated for version 2.0.0. Use CMake 7 years ago

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.