summaryrefslogtreecommitdiff
path: root/geocode-glib
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-30 14:31:00 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-30 14:32:01 +0200
commit72b6bf05015f1b57a4d5bf7f2e094bc96e606bcc (patch)
tree4fba2c20fe7ed910987f4a6f77e4030c0bb3bae9 /geocode-glib
parent7581ff7a8d006d482a85ae1e3ad340c8aa9a237e (diff)
downloadgeocode-glib-72b6bf05015f1b57a4d5bf7f2e094bc96e606bcc.tar.gz
build: Expand tests install dir
Diffstat (limited to 'geocode-glib')
-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 6a90206..80e7e91 100644
--- a/geocode-glib/tests/meson.build
+++ b/geocode-glib/tests/meson.build
@@ -1,4 +1,4 @@
-install_dir = get_option('libexecdir') + '/installed-tests/' + library_name
+install_dir = get_option('prefix') / get_option('libexecdir') / 'installed-tests' / library_name
e = executable('geo-uri',
'geo-uri.c',