Skip to content
Snippets Groups Projects

Gcov

Merged Ondřej Surý requested to merge gcov into master

This MR adds support to enable code coverage testing with:

./configure --enable-code-coverage
make
make check-code-coverage

The output can be found in

(PACKAGENAME)(PACKAGE_NAME)-
(PACKAGE_VERSION)-coverage directory.

You have to have lcov package installed for this to work.

Merge request reports

Merged by avatar (Apr 18, 2025 7:33am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
46 46 functions.h \
47 47 functions.c
48 48
49 libzscanner_la_CFLAGS = $(CODE_COVERAGE_CFLAGS)
49 50 libzscanner_la_LDFLAGS = \
51 $(COVERAGE_LDFLAGS) \
Please register or sign in to reply
Loading