summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-30 14:32:30 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-30 14:32:30 +0200
commit7c2bdb88fa6d27ce0d834a41f79850080a7dc79b (patch)
treef6fa96bf9fc87585f6d324c8efac0923446184b6
parent72b6bf05015f1b57a4d5bf7f2e094bc96e606bcc (diff)
downloadgeocode-glib-7c2bdb88fa6d27ce0d834a41f79850080a7dc79b.tar.gz
build: Install tests in datadir not libexecdir
Otherwise gnome-desktop-testing-runner can't find them.
-rw-r--r--geocode-glib/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
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',