mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-07 01:28:23 +02:00
coverage: Fix meson deprecated function arg
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
f33bc11e74
commit
01078b890a
1 changed files with 1 additions and 1 deletions
|
|
@ -24,6 +24,6 @@ run_target(
|
|||
'--html-theme', 'github.green',
|
||||
'--html-title', 'Weston test suite coverage',
|
||||
'--print-summary',
|
||||
meson.build_root(),
|
||||
meson.project_build_root(),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue