2021-01-12 23:09:02 +03:00
|
|
|
# Functional tests for the add-on scripts in this directory.
|
2021-01-13 02:00:13 +03:00
|
|
|
# See scripts.test.
|
2021-01-12 23:09:02 +03:00
|
|
|
$ 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
|
2021-01-12 23:24:08 +03:00
|
|
|
$ 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
|