aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cunit/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cunit/pkg-descr')
-rw-r--r--devel/cunit/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/cunit/pkg-descr b/devel/cunit/pkg-descr
new file mode 100644
index 000000000000..442c931e3aa7
--- /dev/null
+++ b/devel/cunit/pkg-descr
@@ -0,0 +1,9 @@
+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.
+
+WWW: http://cunit.sourceforge.net/