mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: functest now builds hledger if needed
This commit is contained in:
parent
b3f5b7e7ca
commit
7817cf9688
4
Makefile
4
Makefile
@ -604,9 +604,9 @@ builtintest: \
|
||||
# @(run$(GHC) $(MAIN) test \
|
||||
# && echo $@ PASSED) || echo $@ FAILED
|
||||
|
||||
# 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 )
|
||||
$(call def-help,functest, run the functional tests for hledger )
|
||||
@stack build hledger
|
||||
@(COLUMNS=80 $(SHELLTESTSTK) tests \
|
||||
&& echo $@ PASSED) || echo $@ FAILED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user