1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

meson: move declarations of arrays

This commit is contained in:
Yu Watanabe 2023-06-23 11:00:17 +09:00
parent b173b8186f
commit 1d21a7bd99

View 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 = []