Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 548 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 548 Bytes

Code coverage of tests

This directory contains a script which generates statistics about the code coverage of the tests.

A call of ./run.sh will compile all tests with code coverage parameters and execute all tests to gather the information.

Prerequisites

  • The GCC utility gcov has to be installed and g++ has to be used as compiler.
  • The HTML output is generated by the lcov tool.