From: Stephen Dolan Date: Thu, 9 May 2013 12:40:00 +0000 (+0100) Subject: support for out-of-tree tests X-Git-Tag: jq-1.3~22^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d75414bc94ee1e9ba74336350755df60330edbe7;p=jq support for out-of-tree tests --- diff --git a/Makefile.am b/Makefile.am index b077842..abf3237 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,13 +43,13 @@ jq_SOURCES = ${JQ_SRC} main.c ### Tests (make check) TESTS = tests/all.test -TEST_LOG_COMPILER = tests/run +TEST_LOG_COMPILER = ${srcdir}/tests/run ### Building the manpage man_MANS = jq.1 -jq.1: docs/content/3.manual/manual.yml +jq.1: $(srcdir)/docs/content/3.manual/manual.yml ( cd ${abs_srcdir}/docs; rake manpage ) > $@ || { rm -f $@; false; }