From 35fbbe32ae49cb80130be4d0cd7d375dfef6d2ad Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 31 May 2014 00:19:57 -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. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 45914484..652c42f6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -82,7 +82,7 @@ $(noinst_PROGRAMS) $(check_PROGRAMS): pangorc noinst_PROGRAMS = $(check_PROGRAMS) gen-all-unicode dump-boundaries if BUILDOPT_INSTALL_TESTS -insttestdir=$(pkglibexecdir)/installed-tests +insttestdir=$(libexecdir)/installed-tests/$(PACKAGE) insttest_PROGRAMS = $(check_PROGRAMS) testdatadir = $(insttestdir) @@ -97,7 +97,7 @@ testmeta_DATA = $(check_PROGRAMS:=.test) %.test: %$(EXEEXT) Makefile $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ echo 'Type=session' >> $@.tmp; \ - echo 'Exec=$(pkglibexecdir)/installed-tests/$<' >> $@.tmp; \ + echo 'Exec=$(libexecdir)/installed-tests/$(PACKAGE)/$<' >> $@.tmp; \ mv $@.tmp $@) endif -- cgit v1.2.1