libcppunit-1.12-1

Rating: 
0
No votes yet

Unit Testing Library for C++
CppUnit is a simple Framework for incorporating test cases in
your C++ code. It is similar to, and inspired by, xUnit and
JUnit.

Category:

Application versions: 
AttachmentSizeDate
File libcppunit-1.12-1_1.12.1-4_armel.deb152.47 KB04/08/2013 - 21:15
Changelog: 

cppunit (1.12.1-4) unstable; urgency=low

* source/format: Switch to format 3.0 (quilt).
* patches: New. Contains all upstream modifications formerly in the
debian diff.

* patches/gcc-symbol-demangle.patch: New. Closes: #650033.

* rules: Clear dependency_libs from .la files. Use dh_autoreconf /
dh_autoreconf_clean to accommodate patches gcc-symbol-demangle and
link-with-dl.patch that modify autoconfigure inputs.

* patches/test-progress-flush.patch: New. Upstream change sets to avoid
losing test runner messages. Closes: #400867.