# Functional tests for the add-on scripts in this directory. # Check that they all (or at least these ones) still compile with this version of hledger. # stdout and exit code are ignored for cleaner failure output. # $ ./compile.sh >/dev/null $ ./hledger-balance-as-budget.hs >/dev/null || true $ ./hledger-check-fancyassertions.hs >/dev/null || true $ ./hledger-check-tagfiles.hs >/dev/null || true $ ./hledger-combine-balances.hs >/dev/null || true $ ./hledger-print-location.hs >/dev/null || true $ ./hledger-smooth.hs >/dev/null || true $ ./hledger-swap-dates.hs >/dev/null || true