CppUnit icon

CppUnit For Linux

3.9/5 26
LGPL    

An Open Source C++ port of the famous JUnit framework that is used for unit testing. #C++ port  #Unit testing  #JUnit framework  #Unit  #Testing  #C++  

Softpedia Review

Free Download

Review by:
3.0/5

CppUnit is an open source command-line software implemented in C++ as a port of the Java powered JUnit unit testing framework created by Michael Feathers. It works on Linux, Windows and Macintosh operating systems.

Key features include support for XML output, compiler-like text output that can be integrated with an IDE (Integrated Development Environment), helper macros, support for hierarchical test fixture, test registry, as well as test plugins.

The CppUnit project features a protector that can be used to encapsulate test execution, MfcTestRunner and a Qt-based graphical test runner called QtTestRunner. CppUnit supports supervised tests.

To install and use the CppUnit unit testing framework on your GNU/Linux computer, you must download the latest version from Softpedia, save the archive somewhere on your computer (preferably your Home directory), and unpack it using an archive manager utility.

Open the Terminal app and navigate to the location of the extracted archive files using the ‘cd’ command (e.g. /home/softpedia/cppunit-1.13.2), run the ./configure && make’ command to configure and compile the program, and then execute the ‘make install’ command as root to install it system wide (alternatively, you can use the ‘sudo make install’ command).

After installation, you must run the ‘cppunit-config’ command in the terminal emulator to configure various aspects of the program, such as compilation supports options by enabling printing of pre-processor and compiler flags, as well as printing of library linking information, and specify the install directories where CppUnit was configured to.

Looking under the hood of CppUnit, we can notice that the program has been written entirely in the C++ programming language. It has been tested with a wide range of GNU/Linux distributions and it’s compatible with 64-bit and 32-bit hardware architectures.

User Comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policy

CppUnit 1.13.2

add to watchlist add to download basket send us an update REPORT
  runs on:
Linux
  filename:
cppunit-1.13.2.tar.gz
  1 screenshot:
CppUnit - The usage message of the cppunit-config command, as viewed from the Linux Terminal
  main category:
Programming
  developer:
  visit homepage