mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-21 14:30:33 +01:00
test: Allow for scripts that don't get installed
At the moment there aren't any like this, but it seems reasonable that we might get some later. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
fad7a62c39
commit
c8ecf552c8
1 changed files with 2 additions and 1 deletions
|
|
@ -566,8 +566,9 @@ endif
|
|||
foreach script: scripts
|
||||
name = script.get('name')
|
||||
exec = script.get('exec', script.get('name'))
|
||||
install = script.get('install', true)
|
||||
|
||||
if install_tests
|
||||
if install_tests and install
|
||||
install_data(exec,
|
||||
install_mode: 'rwxr-xr-x',
|
||||
install_dir: test_exec_dir,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue