freebsd-ports/devel/cutter/pkg-message
Romain Tartière 6292c27806 Cutter is a xUnit family Unit Testing Framework for C and C++.
This is a list of features of Cutter:
 - easy to write tests;
 - outputs result with useful format for debugging;
 - tests are built as shared libraries.

WWW:	http://cutter.sourceforge.net/
2010-07-24 09:27:27 +00:00

7 lines
467 B
Text

************************************************************************
Please note that code-coverage is not fully supported on FreeBSD and
cutter will crash when used to generate a report. The problem has been
reported upstream and no fix is available ATM. However, a workaround has
been found: adding the '--keep-opening-modules' argument to cutter's
command-line circumvents the problem.
************************************************************************