summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-10-05 20:35:30 +0200
committerGitHub <noreply@github.com>2018-10-05 20:35:30 +0200
commitad191df836b79b74ac300229536a512d308cdbf1 (patch)
tree0ad46d6eccfe8f1e5422f5457b813055f7e0f3c0 /test/meson.build
parentman: fix explanation about UID/GID field in tmpfiles.d(5) (diff)
parentrun-unit-tests: add option to run unsafe tests too (diff)
downloadsystemd-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.build8
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(