mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 20:18:05 +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
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
install_data(
|
||||
files(
|
||||
'taptestrunner.py',
|
||||
'testprogramrunner.py',
|
||||
),
|
||||
install_dir: installed_tests_execdir,
|
||||
install_tag: 'tests',
|
||||
)
|
||||
if installed_tests_enabled
|
||||
install_data(
|
||||
files(
|
||||
'taptestrunner.py',
|
||||
'testprogramrunner.py',
|
||||
),
|
||||
install_dir: installed_tests_execdir,
|
||||
install_tag: 'tests',
|
||||
)
|
||||
endif
|
||||
|
||||
tests_conf = configuration_data()
|
||||
tests_conf.set('gir_suffix', gir_suffix)
|
||||
|
Loading…
x
Reference in New Issue
Block a user