Skip to content

Commit

Permalink
meson: add gcno generation to test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Nov 9, 2023
1 parent 434a5d1 commit 793d97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ endforeach
test_prog = executable('test-runner',
test_src_files,
dependencies: dunst_depends,
c_args: version_arg,
c_args: [ version_arg, '-fprofile-arcs' ],
install: false,
)

Expand Down

0 comments on commit 793d97b

Please sign in to comment.