tools: drop functestdef and obsolete PATH munging

This commit is contained in:
Simon Michael 2015-09-26 16:01:00 -10:00
parent 1f839f6739
commit 1d84acc334

View File

@ -601,13 +601,7 @@ builtintest: \
# NB ensure hledger executable is current (eg do pkgtest first)
functest: tests/addons/hledger-addon \
$(call def-help,functest, run hledger functional tests with the stack build )
@(COLUMNS=80 PATH=`pwd`/bin:$(PATH) $(SHELLTESTSTK) tests \
&& echo $@ PASSED) || echo $@ FAILED
#@echo functional tests:
functestdef: bin/hledgerdev tests/addons/hledger-addon \
$(call def-help-hide,functestdef, run hledger functional tests with the hledger in PATH )
@(COLUMNS=80 PATH=`pwd`/bin:$(PATH) $(SHELLTEST) tests \
@(COLUMNS=80 $(SHELLTESTSTK) tests \
&& echo $@ PASSED) || echo $@ FAILED
# ADDONEXTS=pl py rb sh hs lhs rkt exe com bat