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.
cunit (2.1-0.dfsg-10) unstable; urgency=low
* Standards version 3.9.3.
* Removed *.la files from package.
* debian/rules: added build-arch and build-indep.
* Added debian/README.source.
-- Philipp Benner <philipp@debian.org> Sat, 10 Mar 2012 20:40:25 +0000
cunit (2.1-0.dfsg-9) unstable; urgency=low
* Standards version 3.8.0.
* Use "const char *" instead of "char *" to prevent war
more»
* Sat Mar 17 2006 Jerry St.Clair <jds2@users.sourceforge.net>
- Finalized upgrade of configure.in, Makefile.am.
- Upgraded Jamfile set to build shared library on Linux.
- Minor changes to repository management strategy.
* Mon Feb 13 2006 Anil Kumar (anilsaharan@users.sourceforge.net)
- Modified XSL for bgcolor properties and other tags
* Sun Jan 28 2006 Jerry St.Clair <jds2@users.sourcef
more»