diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-05 20:35:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 20:35:30 +0200 |
commit | ad191df836b79b74ac300229536a512d308cdbf1 (patch) | |
tree | 0ad46d6eccfe8f1e5422f5457b813055f7e0f3c0 /test/meson.build | |
parent | man: fix explanation about UID/GID field in tmpfiles.d(5) (diff) | |
parent | run-unit-tests: add option to run unsafe tests too (diff) | |
download | systemd-ad191df836b79b74ac300229536a512d308cdbf1.tar.xz systemd-ad191df836b79b74ac300229536a512d308cdbf1.zip |
Merge pull request #10134 from keszybz/test-runner
Some test-related fixed and a test runner for installed tests
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 7e8f2cfa90..bf02e39f43 100644 --- a/test/meson.build +++ b/test/meson.build @@ -230,6 +230,14 @@ endif ############################################################ +if install_tests + install_data('run-unit-tests.py', + install_mode : 'rwxr-xr-x', + install_dir : testsdir) +endif + +############################################################ + # prepare test/sys tree sys_script_py = find_program('sys-script.py') custom_target( |