diff --git a/hwdb/meson.build b/hwdb/meson.build index d6e858311a..68a23e0afe 100644 --- a/hwdb/meson.build +++ b/hwdb/meson.build @@ -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()])