summaryrefslogtreecommitdiff
path: root/testsuite/gdk
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/gdk
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/gdk')
-rw-r--r--testsuite/gdk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gdk/Makefile.am b/testsuite/gdk/Makefile.am
index 0f5f960ba6..5b0d30f086 100644
--- a/testsuite/gdk/Makefile.am
+++ b/testsuite/gdk/Makefile.am
@@ -30,7 +30,7 @@ CLEANFILES = \
$(NULL)
if BUILDOPT_INSTALL_TESTS
-insttestdir=$(pkglibexecdir)/installed-tests
+insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)
insttest_PROGRAMS = $(TEST_PROGS)
%.test: %$(EXEEXT) Makefile