test: add tests validating all json conf files

This commit is contained in:
Pauli Virtanen 2024-03-26 18:08:52 +02:00 committed by Wim Taymans
parent 6bdeeb5881
commit 04c5d3958b
7 changed files with 15 additions and 8 deletions

View file

@ -6,6 +6,6 @@ executable('spa-monitor', 'spa-monitor.c',
dependencies : [ spa_dep, dl_lib ],
install : true)
executable('spa-json-dump', 'spa-json-dump.c',
spa_json_dump_exe = executable('spa-json-dump', 'spa-json-dump.c',
dependencies : [ spa_dep, dl_lib, ],
install : true)