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

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.