mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: adds summary() to optional programs
This commit is contained in:
parent
ae89ae093e
commit
e062c4d8de
3 changed files with 6 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ test('test spa',
|
|||
)
|
||||
|
||||
valgrind = find_program('valgrind', required: false)
|
||||
summary({'valgrind (test setup)': valgrind.found()}, bool_yn: true, section: 'Optional programs')
|
||||
if valgrind.found()
|
||||
valgrind_env = environment()
|
||||
add_test_setup('valgrind',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue