summaryrefslogtreecommitdiffstats
path: root/development/cunit/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/cunit/README')
-rw-r--r--development/cunit/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/cunit/README b/development/cunit/README
new file mode 100644
index 0000000000..b4f954b6af
--- /dev/null
+++ b/development/cunit/README
@@ -0,0 +1,8 @@
+CUnit is a lightweight system for writing, administering, and running unit
+tests in C. It provides C programmers a basic testing functionality with a
+flexible variety of user interfaces.
+
+CUnit is built as a static library which is linked with the user's testing
+code. It uses a simple framework for building test structures, and provides
+a rich set of assertions for testing common data types. In addition, several
+different interfaces are provided for running tests and reporting results.