diff options
Diffstat (limited to 'testsuite/css')
-rw-r--r-- | testsuite/css/Makefile.am | 4 | ||||
-rw-r--r-- | testsuite/css/api.test.in | 2 | ||||
-rw-r--r-- | testsuite/css/parser/Makefile.am | 4 | ||||
-rw-r--r-- | testsuite/css/parser/test-css-parser.test.in | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/css/Makefile.am b/testsuite/css/Makefile.am index e88e12d48b..d38fa8e89c 100644 --- a/testsuite/css/Makefile.am +++ b/testsuite/css/Makefile.am @@ -28,11 +28,11 @@ test_in_files += api.test.in EXTRA_DIST += $(test_in_files) if BUILDOPT_INSTALL_TESTS -insttestdir=$(pkglibexecdir)/installed-tests/css +insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css insttest_PROGRAMS = $(TEST_PROGS) substitutions = \ - -e s,@pkglibexecdir\@,$(pkglibexecdir),g \ + -e s,@libexecdir\@,$(libexecdir),g \ $(NULL) test_files = $(test_in_files:.test.in=.test) diff --git a/testsuite/css/api.test.in b/testsuite/css/api.test.in index 7966f5a236..13bba4d6c9 100644 --- a/testsuite/css/api.test.in +++ b/testsuite/css/api.test.in @@ -1,3 +1,3 @@ [Test] -Exec=@pkglibexecdir@/installed-tests/css/api +Exec=@libexecdir@/installed-tests/gtk+/css/api Type=session diff --git a/testsuite/css/parser/Makefile.am b/testsuite/css/parser/Makefile.am index 084a340a3d..e9ab80f0e6 100644 --- a/testsuite/css/parser/Makefile.am +++ b/testsuite/css/parser/Makefile.am @@ -353,12 +353,12 @@ test_data = \ EXTRA_DIST += $(test_in_files) $(test_data) if BUILDOPT_INSTALL_TESTS -insttestdir=$(pkglibexecdir)/installed-tests/css/parser +insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css/parser insttest_PROGRAMS = $(TEST_PROGS) insttest_DATA = $(test_data) substitutions = \ - -e s,@pkglibexecdir\@,$(pkglibexecdir),g \ + -e s,@libexecdir\@,$(libexecdir),g \ $(NULL) test_files = $(test_in_files:.test.in=.test) diff --git a/testsuite/css/parser/test-css-parser.test.in b/testsuite/css/parser/test-css-parser.test.in index 0b3c0ed659..91fd581cbe 100644 --- a/testsuite/css/parser/test-css-parser.test.in +++ b/testsuite/css/parser/test-css-parser.test.in @@ -1,3 +1,3 @@ [Test] -Exec=/bin/sh -c "cd @pkglibexecdir@/installed-tests/css/parser && @pkglibexecdir@/installed-tests/css/parser/test-css-parser" +Exec=/bin/sh -c "cd @libexecdir@/installed-tests/gtk+/css/parser && @libexecdir@/installed-tests/gtk+/css/parser/test-css-parser" Type=session |