[gtk: 3/4] testsuite: Install accessibility-dump executable alongside tests



commit a0d83bdfa757c07ddf856e4199ff261a24463e80
Author: Simon McVittie <smcv debian org>
Date:   Fri Sep 14 13:15:09 2018 +0100

    testsuite: Install accessibility-dump executable alongside tests
    
    The installed-tests want to run this.
    
    Signed-off-by: Simon McVittie <smcv debian org>

 testsuite/a11y/meson.build | 2 ++
 1 file changed, 2 insertions(+)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]