From: Zbigniew Jędrzejewski-Szmek Date: Mon, 24 Apr 2017 01:36:29 +0000 (-0400) Subject: meson: add forgotten parse_hwdb.py test X-Git-Tag: v234~286^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26bd4b7f9c9bf1f789a57978ffd082784412d4d5;p=thirdparty%2Fsystemd.git meson: add forgotten parse_hwdb.py test --- diff --git a/hwdb/meson.build b/hwdb/meson.build index d6e858311a6..68a23e0afee 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()])