Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
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/ |
You can check the versions installed in Gadi with a module
bquery:
Code Block | ||
---|---|---|
| ||
$ 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 | ||
---|---|---|
| ||
$ 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.