Skip to content
Version 3.6

Added

- Report total number of tests found in a given test suite.
  We previously only reported the number of executed tests, but it may be interesting
  to see whether all identified tests were executed.

Fixed

- A keyboard interrupt (SIGINT, usually Ctrl+C) does not display an exception anymore,
  but gracefully terminates.
  On an interrupt during test-suite execution, execution will stop
  and result files will be produced.
  It is then possible to abort the generation of result files by interrupting again.
- Get correct coverage measurement for single-line functions that call __assert_fail.
  A gcov_dump to dump recorded coverage was missing for these cases.