summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-09-14 13:15:09 +0100
committerSimon McVittie <smcv@debian.org>2018-09-19 09:41:49 +0100
commita0d83bdfa757c07ddf856e4199ff261a24463e80 (patch)
tree1732c83706149bb5cfba089cec31cc9fc53fb526
parentfa8190328d6596a7212de13f0639f26531097a62 (diff)
downloadgtk+-a0d83bdfa757c07ddf856e4199ff261a24463e80.tar.gz
testsuite: Install accessibility-dump executable alongside tests
The installed-tests want to run this. Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--testsuite/a11y/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/a11y/meson.build b/testsuite/a11y/meson.build
index ddd8f0133e..01fab478fd 100644
--- a/testsuite/a11y/meson.build
+++ b/testsuite/a11y/meson.build
@@ -44,6 +44,8 @@ a11y_state_tests = [
a11y_dump_bin = executable('accessibility-dump',
'accessibility-dump.c',
dependencies: libgtk_dep,
+ install: get_option('install-tests'),
+ install_dir: testexecdir,
)
foreach t: a11y_state_tests