1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
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

8 lines
467 B
Plaintext

************************************************************************
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.
************************************************************************