summaryrefslogtreecommitdiffstats
path: root/development/cunit/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2013-12-01 10:07:38 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-12-01 13:01:01 +0700
commitaa4341618b33db399a6d609b152516cc9568bb79 (patch)
tree30d9e2c79a1478de03a1e4fc28ce8a88339f4cc7 /development/cunit/README
parente8171b19e0c6d15e6b1ea90a8a6525361aeeb533 (diff)
downloadslackbuilds-aa4341618b33db399a6d609b152516cc9568bb79.tar.gz
slackbuilds-aa4341618b33db399a6d609b152516cc9568bb79.tar.xz
development/cunit: Added (Unit Testing Framework for C).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.