summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2014-04-08 20:18:19 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2014-04-08 20:18:19 +0000
commitbbb268a4e678aa5caa932a1bea115c31097973eb (patch)
tree8ebd12d64614d95cebfccb8574a84c7ba3888c84 /src/Makefile.am
parentLatvian translation update (diff)
downloadinkscape-bbb268a4e678aa5caa932a1bea115c31097973eb.tar.gz
inkscape-bbb268a4e678aa5caa932a1bea115c31097973eb.zip
Make extension tests compatible with VPATH builds.
Fixes distcheck not being able to find the test script. (bzr r13276)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d3f8794ee..d5439f0ea 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -250,7 +250,9 @@ check_PROGRAMS = cxxtests
# "make distcheck".
# List of all tests to be run.
-TESTS = $(check_PROGRAMS) ../share/extensions/test/run-all-extension-tests
+TESTS = $(check_PROGRAMS)
+check-local:
+ $(top_srcdir)/share/extensions/test/run-all-extension-tests
# FIXME: Currently, a number of cxxtest tests fail. These should be fixed and
# the XFAIL_TESTS build target should be removed.