mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02:00
tests: Don't install runner scripts without installed_tests
Fixes: 9f18bb625811f649e5363d65dc6b4390f92d37b7
This commit is contained in:
parent
05da47c2d0
commit
e661684c13
@ -2,14 +2,16 @@
|
|||||||
# Copyright 2025 Simon McVittie
|
# Copyright 2025 Simon McVittie
|
||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
install_data(
|
if installed_tests_enabled
|
||||||
|
install_data(
|
||||||
files(
|
files(
|
||||||
'taptestrunner.py',
|
'taptestrunner.py',
|
||||||
'testprogramrunner.py',
|
'testprogramrunner.py',
|
||||||
),
|
),
|
||||||
install_dir: installed_tests_execdir,
|
install_dir: installed_tests_execdir,
|
||||||
install_tag: 'tests',
|
install_tag: 'tests',
|
||||||
)
|
)
|
||||||
|
endif
|
||||||
|
|
||||||
tests_conf = configuration_data()
|
tests_conf = configuration_data()
|
||||||
tests_conf.set('gir_suffix', gir_suffix)
|
tests_conf.set('gir_suffix', gir_suffix)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user