summaryrefslogtreecommitdiff
path: root/testsuite/reftests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-31 00:16:07 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-31 00:16:07 -0400
commit98cf67ddba167039b3bd2fe9d3c47e4a6e0f3982 (patch)
tree881893075cb32df22fe89adc344ef5a50111ee07 /testsuite/reftests
parent921b6519f1c1394bea02a2a4bde6859fd162f125 (diff)
downloadgtk+-98cf67ddba167039b3bd2fe9d3c47e4a6e0f3982.tar.gz
testsuite: put installed tests in the right place
Follow the prevailing practice and put the installed tests into $libdir/installed-tests/$PACKAGE instead of $pkglibdir/installed-tests.
Diffstat (limited to 'testsuite/reftests')
-rw-r--r--testsuite/reftests/Makefile.am4
-rw-r--r--testsuite/reftests/reftests.test.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/reftests/Makefile.am b/testsuite/reftests/Makefile.am
index 50fb091fb6..7c63241f73 100644
--- a/testsuite/reftests/Makefile.am
+++ b/testsuite/reftests/Makefile.am
@@ -344,7 +344,7 @@ EXTRA_DIST += \
$(NULL)
if BUILDOPT_INSTALL_TESTS
-insttestdir=$(pkglibexecdir)/installed-tests
+insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)
insttest_PROGRAMS = gtk-reftest
reftestdir = $(insttestdir)/reftests
@@ -361,7 +361,7 @@ libreftest_la_SOURCES = \
$(NULL)
substitutions = \
- -e s,@pkglibexecdir\@,$(pkglibexecdir),g \
+ -e s,@libexecdir\@,$(libexecdir),g \
$(NULL)
reftests.test: reftests.test.in Makefile
diff --git a/testsuite/reftests/reftests.test.in b/testsuite/reftests/reftests.test.in
index 93632e1c97..0dbf25f747 100644
--- a/testsuite/reftests/reftests.test.in
+++ b/testsuite/reftests/reftests.test.in
@@ -1,3 +1,3 @@
[Test]
-Exec=/bin/sh -c "GTK_DEBUG=icontheme @pkglibexecdir@/installed-tests/gtk-reftest -k --verbose --output $(pwd) --directory @pkglibexecdir@/installed-tests/reftests"
+Exec=/bin/sh -c "GTK_DEBUG=icontheme @libexecdir@/installed-tests/gtk+/gtk-reftest -k --verbose --output $(pwd) --directory @libexecdir@/installed-tests/gtk+/reftests"
Type=session-exclusive