mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
cogl/tests: Only install run-tests.sh when building installed tests
This is a script for installed tests; leave it out otherwise. https://gitlab.gnome.org/GNOME/mutter/merge_requests/694
This commit is contained in:
parent
87c734cef9
commit
59fb26cb00
@ -6,7 +6,9 @@ cdata.set('HAVE_GLES2', have_gles2.to_int())
|
||||
|
||||
cogl_installed_tests_libexecdir = join_paths(
|
||||
mutter_installed_tests_libexecdir, 'cogl', 'conform')
|
||||
install_data('run-tests.sh', install_dir: cogl_installed_tests_libexecdir)
|
||||
if have_installed_tests
|
||||
install_data('run-tests.sh', install_dir: cogl_installed_tests_libexecdir)
|
||||
endif
|
||||
|
||||
cogl_config_env = configure_file(
|
||||
input: 'config.env.in',
|
||||
|
Loading…
Reference in New Issue
Block a user