summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-12-09 21:45:46 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-28 11:46:47 +0100
commite5badaf3350efc4c8e4976b77c891f116fa911d8 (patch)
treec2d4211b15d906943799b4482379509e1c11d8bb /test/meson.build
parenttest: move TEST-12-ISSUE-3171 setup to static files (diff)
downloadsystemd-e5badaf3350efc4c8e4976b77c891f116fa911d8.tar.xz
systemd-e5badaf3350efc4c8e4976b77c891f116fa911d8.zip
test: move most of TEST-13-NSPAWN-SMOKE setup to static files
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index f109d85650..61e0aee13f 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -38,6 +38,10 @@ if conf.get('ENABLE_RESOLVE') == 1
install_dir : testdata_dir)
endif
+install_data('create-busybox-container',
+ install_mode : 'rwxr-xr-x',
+ install_dir : testdata_dir)
+
############################################################
rule_syntax_check_py = find_program('rule-syntax-check.py')