[gtk: 3/4] testsuite: Install accessibility-dump executable alongside tests
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 3/4] testsuite: Install accessibility-dump executable alongside tests
- Date: Wed, 19 Sep 2018 11:59:44 +0000 (UTC)
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]