summaryrefslogtreecommitdiff
path: root/hwdb.d/meson.build
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2022-05-02 11:12:34 +0200
committerJan Janssen <medhefgo@web.de>2022-05-04 16:11:34 +0200
commit14056a52c6bd373eccee8797263d71f915b2e815 (patch)
treee969791abc7e8de9f3879acb2eb4ade503963e7b /hwdb.d/meson.build
parent911c15087ccf2886a5a10e030511c97b07cd8fbd (diff)
downloadsystemd-14056a52c6bd373eccee8797263d71f915b2e815.tar.gz
meson: Use meson test suite feature
This makes it easier to only test a subset of tests without having to specify them all on the command line: meson test -C build --suite headers
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)