test: move test-systemd-tmpfiles.py from src/test to test

As the other test scripts, e.g. test-sysusers.sh, are located under
test rather than src/test.
This commit is contained in:
Yu Watanabe 2021-01-01 04:56:02 +09:00
parent 0f46548deb
commit 0703d2f6c4
3 changed files with 4 additions and 4 deletions

View 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'],
[],

View 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(