]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: move test-systemd-tmpfiles.py from src/test to test
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 31 Dec 2020 19:56:02 +0000 (04:56 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 18 Jan 2021 22:04:19 +0000 (07:04 +0900)
As the other test scripts, e.g. test-sysusers.sh, are located under
test rather than src/test.

src/test/meson.build
test/meson.build
test/test-systemd-tmpfiles.py [moved from src/test/test-systemd-tmpfiles.py with 100% similarity]

index 7280cd31b31c22c7419514f1a5a1866b52b39598..14edc71399007be84381529d8963c701c19a9cac 100644 (file)
@@ -41,10 +41,6 @@ test_dlopen_c = files('test-dlopen.c')
 
 ############################################################
 
-test_systemd_tmpfiles_py = find_program('test-systemd-tmpfiles.py')
-
-############################################################
-
 tests += [
         [['src/test/test-device-nodes.c'],
          [],
index 2785dc92a7772b6642eaf2b83a7bb92953df7e62..69ee81eb026adb07a0be470c9de5b415c9a1cd5e 100644 (file)
@@ -60,6 +60,10 @@ test_network_generator_conversion_sh = find_program('test-network-generator-conv
 
 ############################################################
 
+test_systemd_tmpfiles_py = find_program('test-systemd-tmpfiles.py')
+
+############################################################
+
 test_sysusers_dir = join_paths(meson.current_source_dir(), 'test-sysusers')
 
 test_sysusers_sh = configure_file(