]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: move declarations of arrays
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 23 Jun 2023 02:00:17 +0000 (11:00 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 31 Jul 2023 13:17:34 +0000 (22:17 +0900)
meson.build

index 19a441bfb7221b3129488e7547ef14a63b6deade..379eeda9e42f0ce0d05c57f1014203cdb9fb2457 100644 (file)
@@ -1919,14 +1919,6 @@ conf.set10('SYSTEMD_SLOW_TESTS_DEFAULT', slow_tests)
 
 ############################################################
 
-tests = []
-simple_tests = []
-fuzzers = []
-simple_fuzzers = []
-catalogs = []
-
-############################################################
-
 pymod = import('python')
 python = pymod.find_installation('python3', required : true, modules : ['jinja2'])
 python_39 = python.language_version().version_compare('>=3.9')
@@ -2177,6 +2169,12 @@ man_page_depends = []
 
 ############################################################
 
+tests = []
+simple_tests = []
+fuzzers = []
+simple_fuzzers = []
+catalogs = []
+
 # binaries that have --help and are intended for use by humans,
 # usually, but not always, installed in /bin.
 public_programs = []