meson: add forgotten parse_hwdb.py test

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-04-23 21:36:29 -04:00
parent 76c8741060
commit 26bd4b7f9c
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ endif
############################################################
parse_hwdb_py = find_program('parse_hwdb.py')
test('parse-hwdb',
parse_hwdb_py)
############################################################
run_target(
'update',
command : [hwdb_update_sh, meson.current_source_dir()])