]> granicus.if.org Git - jq/commitdiff
support for out-of-tree tests
authorStephen Dolan <mu@netsoc.tcd.ie>
Thu, 9 May 2013 12:40:00 +0000 (13:40 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Thu, 9 May 2013 12:40:00 +0000 (13:40 +0100)
Makefile.am

index b077842ff30d7efb6776fd8e97431f9ce94d29ca..abf32376009b5880a9734d159243ad1f452439df 100644 (file)
@@ -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; }