summaryrefslogtreecommitdiff
path: root/testsuite/css
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-31 00:16:07 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-31 00:16:07 -0400
commit98cf67ddba167039b3bd2fe9d3c47e4a6e0f3982 (patch)
tree881893075cb32df22fe89adc344ef5a50111ee07 /testsuite/css
parent921b6519f1c1394bea02a2a4bde6859fd162f125 (diff)
downloadgtk+-98cf67ddba167039b3bd2fe9d3c47e4a6e0f3982.tar.gz
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.
Diffstat (limited to 'testsuite/css')
-rw-r--r--testsuite/css/Makefile.am4
-rw-r--r--testsuite/css/api.test.in2
-rw-r--r--testsuite/css/parser/Makefile.am4
-rw-r--r--testsuite/css/parser/test-css-parser.test.in2
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