summaryrefslogtreecommitdiff
path: root/hwdb.d/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hwdb.d/meson.build')
-rw-r--r--hwdb.d/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hwdb.d/meson.build b/hwdb.d/meson.build
index b4c519c8fd..90b71916b7 100644
--- a/hwdb.d/meson.build
+++ b/hwdb.d/meson.build
@@ -61,6 +61,7 @@ if conf.get('ENABLE_HWDB') == 1
parse_hwdb_py = find_program('parse_hwdb.py')
test('parse-hwdb',
parse_hwdb_py,
+ suite : 'dist-check',
args : [hwdb_files_test,
auto_suspend_rules],
timeout : 90)