From fc51940c787f004041325bfd0e0b7693a313b5f1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 21 Mar 2017 09:17:10 +0000 Subject: [PATCH] tools: avoid excessive rebuilding with make [func]test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c2d88a37..34506066b 100644 --- a/Makefile +++ b/Makefile @@ -606,9 +606,9 @@ builtintest: \ # @(run$(GHC) $(MAIN) test \ # && echo $@ PASSED) || echo $@ FAILED +# assumes hledger is built and uses whatever build is there, avoiding excessive rebuilding functest: tests/addons/hledger-addon \ $(call def-help,functest, run the functional tests for hledger ) - @$(STACK) build hledger @(COLUMNS=80 $(SHELLTESTSTK) tests \ && echo $@ PASSED) || echo $@ FAILED