wip: verify configuration

We now verify the configuration (currently down to module level, but
not including particles) that are present are of the expected type.
This commit is contained in:
Daniel Eklöf 2019-01-06 20:04:01 +01:00
parent 45e5f11fea
commit aa38063e37
7 changed files with 856 additions and 27 deletions

View file

@ -27,6 +27,7 @@ pkg_check_modules(ALSA REQUIRED alsa) # Module/als
add_executable(f00bar
bar.c bar.h
config.c config.h
config-verify.c config-verify.h
decoration.h
font.c font.h
log.c log.h