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.
This commit is contained in:
Matthias Clasen
2014-05-31 00:16:07 -04:00
parent 921b6519f1
commit 98cf67ddba
16 changed files with 20 additions and 20 deletions

View File

@ -97,14 +97,14 @@ test_in_files = \
EXTRA_DIST += $(test_in_files) $(testdata)
if BUILDOPT_INSTALL_TESTS
insttestdir=$(pkglibexecdir)/installed-tests
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)
insttest_PROGRAMS = $(TEST_PROGS)
a11ytestdir = $(insttestdir)/a11ytests
a11ytest_DATA = $(testdata)
substitutions = \
-e s,@pkglibexecdir\@,$(pkglibexecdir),g \
-e s,@libexecdir\@,$(libexecdir),g \
$(NULL)
test_files = $(test_in_files:.test.in=.test)