]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: rename "dist-check" suite to "dist" 27685/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 18 May 2023 15:16:33 +0000 (17:16 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 18 May 2023 15:18:11 +0000 (17:18 +0200)
*Now* one of those tests is the longest, let's make them a bit shorter.

hwdb.d/meson.build
man/meson.build
meson.build
test/meson.build

index 90b71916b7df5b96cd473b0d94108bd68c32273d..f1bf073949d9362c43c6788b90fc360d776f87db 100644 (file)
@@ -61,7 +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',
+                     suite : 'dist',
                      args : [hwdb_files_test,
                              auto_suspend_rules],
                      timeout : 90)
index 23819d03f5ab56e91364e00884bc5c29104150df..e6724a53f4a555482f54f447b886d723f6573e2e 100644 (file)
@@ -226,7 +226,7 @@ update_dbus_docs = custom_target(
 if conf.get('BUILD_MODE_DEVELOPER') == 1
         test('dbus-docs-fresh',
              update_dbus_docs_py,
-             suite : 'dist-check',
+             suite : 'dist',
              args : ['--build-dir', project_build_root, '--test', dbus_docs],
              depends : dbus_programs)
 endif
index d3d41812ca5e349edb8d1517f1e16e13f4d8c9d6..496ca70ecc5d8ebf914f144e335d02ee60db94b9 100644 (file)
@@ -4109,7 +4109,7 @@ if conf.get('ENABLE_HWDB') == 1
         if want_tests != 'false'
                 test('hwdb-test',
                      hwdb_test_sh,
-                     suite : 'dist-check',
+                     suite : 'dist',
                      args : [systemd_hwdb.full_path()],
                      timeout : 90)
         endif
@@ -4159,7 +4159,7 @@ public_programs += udevadm
 if want_tests != 'false'
         test('udev-rules-check',
              udevadm,
-             suite : 'dist-check',
+             suite : 'dist',
              args : ['verify', '--resolve-names=never', all_rules])
 endif
 
@@ -4669,7 +4669,7 @@ jekyll = find_program('jekyll', required : false)
 if get_option('mode') == 'developer' and want_tests != 'false' and jekyll.found()
         test('github-pages',
              jekyll,
-             suite : 'dist-check',
+             suite : 'dist',
              args : ['build',
                      '--source', project_source_root / 'docs',
                      '--destination', project_build_root / '_site'])
@@ -4685,13 +4685,13 @@ foreach exec : public_programs
         if want_tests != 'false'
                 test('check-help-' + name,
                      check_help,
-                     suite : 'dist-check',
+                     suite : 'dist',
                      args : exec.full_path(),
                      depends: exec)
 
                 test('check-version-' + name,
                      check_version,
-                     suite : 'dist-check',
+                     suite : 'dist',
                      args : [exec.full_path(),
                              meson.project_version()],
                      depends: exec)
index 48f837cee52c2605625215106a72e9ee4aed9462..f9ac1169d0dc8c116938123e58846b11f1996e0b 100644 (file)
@@ -91,7 +91,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',
+             suite : 'dist',
              args : all_rules)
 endif
 
@@ -133,7 +133,7 @@ if rpm.found() and rpmspec.found()
         if want_tests != 'false'
                 test('test-rpm-macros',
                      test_rpm_macros,
-                     suite : 'dist-check',
+                     suite : 'dist',
                      args : [project_build_root])
         endif
 else
@@ -163,7 +163,7 @@ if want_tests != 'false' and dmi_arches.contains(host_machine.cpu_family())
 
                 test(name,
                      udev_dmi_memory_id_test,
-                     suite : 'dist-check',
+                     suite : 'dist',
                      args : [udev_prog_paths['dmi_memory_id'].full_path(),
                              source,
                              source + '.txt'],