From bbb268a4e678aa5caa932a1bea115c31097973eb Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 8 Apr 2014 22:18:19 +0200 Subject: Make extension tests compatible with VPATH builds. Fixes distcheck not being able to find the test script. (bzr r13276) --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3