diff options
author | Christoph Willing <chris.willing@linux.com> | 2016-10-24 19:58:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-24 19:58:32 +0700 |
commit | f402329dc3c289655bfe9620a97de45710c75af5 (patch) | |
tree | 10d5c831d808323f6b3e59f8e87826ddae3097b0 /development/unittest-cpp/README | |
parent | 8a3a6e14122087983ed04803c0ef897820e0d198 (diff) |
development/unittest-cpp: Added (unit testing framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/unittest-cpp/README')
-rw-r--r-- | development/unittest-cpp/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/unittest-cpp/README b/development/unittest-cpp/README new file mode 100644 index 0000000000000..26b697b709ba7 --- /dev/null +++ b/development/unittest-cpp/README @@ -0,0 +1,6 @@ +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. |