Merge pull request #803 from trevorriles/doctests-fast-flag
Add fast flag to doctests.
This commit is contained in:
		
						commit
						79d3da0b2d
					
				| @ -8,4 +8,4 @@ main = do | |||||||
|   fs1 <- glob "Hledger/**/*.hs" |   fs1 <- glob "Hledger/**/*.hs" | ||||||
|   fs2 <- glob "Text/**/*.hs" |   fs2 <- glob "Text/**/*.hs" | ||||||
|   --fs3 <- glob "other/ledger-parse/**/*.hs" |   --fs3 <- glob "other/ledger-parse/**/*.hs" | ||||||
|   doctest $ filter (not . isInfixOf "/.") $ ["Hledger.hs"] ++ fs1 ++ fs2 |   doctest $ filter (not . isInfixOf "/.") $ ["--fast", "Hledger.hs"] ++ fs1 ++ fs2 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user