From 98cf67ddba167039b3bd2fe9d3c47e4a6e0f3982 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 31 May 2014 00:16:07 -0400 Subject: 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. --- testsuite/gdk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/gdk') 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 -- cgit v1.2.1