From 14056a52c6bd373eccee8797263d71f915b2e815 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 2 May 2022 11:12:34 +0200 Subject: 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 --- hwdb.d/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'hwdb.d/meson.build') 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) -- cgit v1.2.1