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

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.