tools: add pw-config

Add a tool to debug how config files are loaded and merged.
This commit is contained in:
Wim Taymans 2023-04-19 18:06:22 +02:00
parent 543965a8c3
commit d1aeb8144b
2 changed files with 229 additions and 0 deletions

View file

@ -1,5 +1,6 @@
tools_sources = [
[ 'pw-mon', [ 'pw-mon.c' ] ],
[ 'pw-config', [ 'pw-config.c' ] ],
[ 'pw-dot', [ 'pw-dot.c' ] ],
[ 'pw-dump', [ 'pw-dump.c' ] ],
[ 'pw-profiler', [ 'pw-profiler.c' ] ],