summaryrefslogtreecommitdiffstats
path: root/development/unittest-cpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/unittest-cpp/README')
-rw-r--r--development/unittest-cpp/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/unittest-cpp/README b/development/unittest-cpp/README
new file mode 100644
index 0000000000..26b697b709
--- /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.