Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColor#21618C
bgColor#F6F7F7
titleColor#17202A
borderWidth1
titleBGColor#FFB96A
borderStyleridge
titleOverview

CppUnit is the C++ port of the famous JUnit framework for unit testing.

Test output is in XML or text format for automatic testing and GUI based for supervised tests.

More information: https://sourceforge.net/projects/cppunit/

How to use


You can check the versions installed in Gadi with a module bquery:

Code Block
themeFadeToGrey
$ module avail cppunit

We normally recommend using the latest version available and always recommend to specify the version number with the module command:

Code Block
themeFadeToGrey
$ module load cppunit/1.14.0

For more details on using modules see our queue structure guide.

To see the documentation of CppUnit visit http://cppunit.sourceforge.net/doc/1.8.0/cppunit_cookbook.html#cppunit_cookbook.


Authors: Mohsin Ali