From aa4341618b33db399a6d609b152516cc9568bb79 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 1 Dec 2013 10:07:38 +0700 Subject: development/cunit: Added (Unit Testing Framework for C). Signed-off-by: Willy Sudiarto Raharjo --- development/cunit/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 development/cunit/README (limited to 'development/cunit/README') 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. -- cgit v1.2.3-65-gdbad