[geocode-glib/wip/hadess/installed-tests: 3/4] build: Install tests in datadir not libexecdir




commit 7c2bdb88fa6d27ce0d834a41f79850080a7dc79b
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 30 14:32:30 2022 +0200

    build: Install tests in datadir not libexecdir
    
    Otherwise gnome-desktop-testing-runner can't find them.

 geocode-glib/tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/geocode-glib/tests/meson.build b/geocode-glib/tests/meson.build
index 80e7e91..e1311ca 100644
--- a/geocode-glib/tests/meson.build
+++ b/geocode-glib/tests/meson.build
@@ -1,4 +1,4 @@
-install_dir = get_option('prefix') / get_option('libexecdir') / 'installed-tests' / library_name
+install_dir = get_option('prefix') / get_option('datadir') / 'installed-tests' / library_name
 
 e = executable('geo-uri',
                'geo-uri.c',


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