slackbuilds/development/unittest-cpp
Christoph Willing f402329dc3 development/unittest-cpp: Added (unit testing framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-10-24 19:58:32 +07:00
..
README development/unittest-cpp: Added (unit testing framework). 2016-10-24 19:58:32 +07:00
slack-desc development/unittest-cpp: Added (unit testing framework). 2016-10-24 19:58:32 +07:00
unittest-cpp.SlackBuild development/unittest-cpp: Added (unit testing framework). 2016-10-24 19:58:32 +07:00
unittest-cpp.info development/unittest-cpp: Added (unit testing framework). 2016-10-24 19:58:32 +07:00

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.