mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
testsuite: Install accessibility-dump executable alongside tests
The installed-tests want to run this. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
fa8190328d
commit
a0d83bdfa7
@ -44,6 +44,8 @@ a11y_state_tests = [
|
|||||||
a11y_dump_bin = executable('accessibility-dump',
|
a11y_dump_bin = executable('accessibility-dump',
|
||||||
'accessibility-dump.c',
|
'accessibility-dump.c',
|
||||||
dependencies: libgtk_dep,
|
dependencies: libgtk_dep,
|
||||||
|
install: get_option('install-tests'),
|
||||||
|
install_dir: testexecdir,
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach t: a11y_state_tests
|
foreach t: a11y_state_tests
|
||||||
|
Loading…
Reference in New Issue
Block a user