hledger/bin/_scripts8.2.test
Simon Michael 93bf6cf299 ;ci: give up on bin/ compilation tests for now (#1453)
They need more work to become CI-ready.
Contributors can run them locally with "make functest".
2021-01-12 15:00:13 -08:00

10 lines
806 B
Plaintext

# Functional tests for the add-on scripts in this directory.
# See scripts.test.
$ stack --stack-yaml ../stack8.2.yaml ghc hledger-balance-as-budget.hs >/dev/null || true
$ stack --stack-yaml ../stack8.2.yaml ghc hledger-check-fancyassertions.hs >/dev/null || true
$ stack --stack-yaml ../stack8.2.yaml ghc hledger-check-tagfiles.hs >/dev/null || true
$ stack --stack-yaml ../stack8.2.yaml ghc hledger-combine-balances.hs >/dev/null || true
$ stack --stack-yaml ../stack8.2.yaml ghc --package string-qq hledger-print-location.hs >/dev/null || true
$ stack --stack-yaml ../stack8.2.yaml ghc --package string-qq hledger-smooth.hs >/dev/null || true
$ stack --stack-yaml ../stack8.2.yaml ghc --package string-qq hledger-swap-dates.hs >/dev/null || true