libcunit1

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

Unit Testing Library for C
CUnit is a simple framework for incorporating test cases in your C
code similar to JUnit or CppUnit. It provides C programmers a basic
testing functionality with a flexible variety of user interfaces. 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.

Category:

Application versions: 
AttachmentSizeDate
File libcunit1_2.1-0.dfsg-9_armel.deb24.87 KB04/08/2013 - 22:19
Changelog: 

cunit (2.1-0.dfsg-9) unstable; urgency=low

* Standards version 3.8.0.
* Use "const char *" instead of "char *" to prevent warnings
with g++ (Closes: #502581).