summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwdb/meson.build6
1 files changed, 6 insertions, 0 deletions
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()])