summaryrefslogtreecommitdiffstats
path: root/development/unittest-cpp/README
blob: 26b697b709ba7813383a4fb28cd1220f4f96d131 (plain)
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.