[gtk: 2/4] testsuite: Fix installed-test metadata for autotestkeywords



commit fa8190328d6596a7212de13f0639f26531097a62
Author: Simon McVittie <smcv debian org>
Date:   Wed Sep 19 08:09:18 2018 +0100

    testsuite: Fix installed-test metadata for autotestkeywords
    
    The executable is called autotestkeywords, so we shouldn't try to run
    an executable named keywords. Also rename the metadata file to match.
    
    Signed-off-by: Simon McVittie <smcv debian org>

 testsuite/gtk/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build
index d2837bb0bc..d86e035eff 100644
--- a/testsuite/gtk/meson.build
+++ b/testsuite/gtk/meson.build
@@ -118,9 +118,9 @@ if add_languages('cpp', required: false)
   if get_option('install-tests')
     conf = configuration_data()
     conf.set('testexecdir', testexecdir)
-    conf.set('test', 'keywords')
+    conf.set('test', 'autotestkeywords')
     configure_file(input: 'gtk.test.in',
-                   output: 'keywords.test',
+                   output: 'autotestkeywords.test',
                    configuration: conf,
                    install_dir: testdatadir)
   endif


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