summaryrefslogtreecommitdiff
path: root/hwdb
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-23 21:36:29 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-24 19:25:33 -0400
commit26bd4b7f9c9bf1f789a57978ffd082784412d4d5 (patch)
tree2365675e47608cd1710732c74db682c46e0e62a6 /hwdb
parent76c8741060bd0f5f64d9c05fd6b402e4e6e4eb66 (diff)
meson: add forgotten parse_hwdb.py test
Diffstat (limited to 'hwdb')
-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()])