[pango] testsuite: put installed tests in the right place



commit 35fbbe32ae49cb80130be4d0cd7d375dfef6d2ad
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 31 00:19:57 2014 -0400

    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4591448..652c42f 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]