13 lines
		
	
	
		
			759 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			759 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 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
 | |
| $  stack ghc -- hledger-balance-as-budget.hs     >/dev/null || true
 | |
| $  stack ghc -- hledger-check-fancyassertions.hs >/dev/null || true
 | |
| $  stack ghc -- hledger-check-tagfiles.hs        >/dev/null || true
 | |
| $  stack ghc -- hledger-combine-balances.hs      >/dev/null || true
 | |
| $  stack ghc --package string-qq -- hledger-print-location.hs >/dev/null || true
 | |
| $  stack ghc --package string-qq -- hledger-smooth.hs         >/dev/null || true
 | |
| $  stack ghc --package string-qq -- hledger-swap-dates.hs     >/dev/null || true
 |