mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
test: add tests validating all json conf files
This commit is contained in:
parent
6bdeeb5881
commit
04c5d3958b
7 changed files with 15 additions and 8 deletions
|
|
@ -3,9 +3,10 @@ conf_files = [
|
|||
]
|
||||
|
||||
foreach c : conf_files
|
||||
configure_file(input : '@0@.in'.format(c),
|
||||
res = configure_file(input : '@0@.in'.format(c),
|
||||
output : c,
|
||||
configuration : conf_config,
|
||||
install_dir : pipewire_confdatadir / 'client.conf.avail')
|
||||
test(f'validate-json-client-@c@', spa_json_dump_exe, args : res)
|
||||
endforeach
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue