diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2014-04-08 20:18:19 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2014-04-08 20:18:19 +0000 |
| commit | bbb268a4e678aa5caa932a1bea115c31097973eb (patch) | |
| tree | 8ebd12d64614d95cebfccb8574a84c7ba3888c84 /src | |
| parent | Latvian translation update (diff) | |
| download | inkscape-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')
| -rw-r--r-- | src/Makefile.am | 4 |
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. |
