Cppunit

From Klaus' wiki
Revision as of 12:43, 5 May 2010 by Klaus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CPPUnit is a C++ unit tester

Usage

Installation

To install cpp unit download the package from sourceforge.org [1] in the download section.

Ensure that Graphviz and phydot is installed (use yum to install them if not).

Unpack the tar-ball.

cd cppunit-1.12.1 # if that is the current version number.
sudo ./configure
sudo make         # if no errors in configure
sudo make install # if no errors in previous make