summaryrefslogtreecommitdiffstats
path: root/test
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 /test
parentmeson: Remove check-compilation.sh (diff)
downloadsystemd-14056a52c6bd373eccee8797263d71f915b2e815.tar.xz
systemd-14056a52c6bd373eccee8797263d71f915b2e815.zip
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 'test')
-rw-r--r--test/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 34f78d5c62..f2e4ee0967 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -112,6 +112,7 @@ rule_syntax_check_py = find_program('rule-syntax-check.py')
if want_tests != 'false'
test('rule-syntax-check',
rule_syntax_check_py,
+ suite : 'dist-check',
args : all_rules)
endif
@@ -162,6 +163,7 @@ if rpm.found() and rpmspec.found()
if want_tests != 'false'
test('test-rpm-macros',
test_rpm_macros,
+ suite : 'dist-check',
args : [project_build_root])
endif
else
@@ -191,6 +193,7 @@ if want_tests != 'false' and dmi_arches.contains(host_machine.cpu_family())
test(name,
udev_dmi_memory_id_test,
+ suite : 'dist-check',
args : [udev_prog_paths['dmi_memory_id'].full_path(),
source,
source + '.txt'],