summaryrefslogtreecommitdiff
path: root/testsuite/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-10-10 00:18:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-10-10 00:18:21 -0400
commita4deb7e7b44868aa578714eb63b102e406462b4e (patch)
tree858c5865129b3473513a5023fdfd896811e74103 /testsuite/meson.build
parent8c41365437ed642e0d1679aec73b37879dc5b709 (diff)
downloadgtk+-a4deb7e7b44868aa578714eb63b102e406462b4e.tar.gz
Reshuffle the css tests a bit
Diffstat (limited to 'testsuite/meson.build')
-rw-r--r--testsuite/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/meson.build b/testsuite/meson.build
index f2bba2b424..f9b97da586 100644
--- a/testsuite/meson.build
+++ b/testsuite/meson.build
@@ -1,5 +1,6 @@
-installed_test_bindir = join_paths(get_option('libexecdir'), 'installed-tests', 'gtk-4.0')
-installed_test_datadir = join_paths(get_option('datadir'), 'installed-tests', 'gtk-4.0')
+gtk_libexecdir = join_paths(gtk_prefix, get_option('libexecdir'))
+installed_test_bindir = join_paths(gtk_libexecdir, 'installed-tests', 'gtk-4.0')
+installed_test_datadir = join_paths(gtk_datadir, 'installed-tests', 'gtk-4.0')
installed_test_env = [
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),