mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-10 12:38:54 +02:00
tests: Don't install runner scripts without installed_tests
Fixes: 9f18bb6258
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user