ports/devel/unittest-cpp/pkg-descr
Vanilla I. Shu bdca5be4f4 Add unittest-cpp 1.6.1, lightweight unit testing framework for C++.
PR:		215698
Submitted by:	iblis <iblis@hs.ntnu.edu.tw>
2017-01-02 09:45:03 +00:00

8 lines
455 B
Text

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.
WWW: https://github.com/unittest-cpp/unittest-cpp