tools: doctest: slight cleanup

This commit is contained in:
Simon Michael 2018-06-08 19:21:40 -07:00
parent 7a4c3eea65
commit 1287081ffd

View File

@ -8,4 +8,7 @@ main = do
fs1 <- glob "Hledger/**/*.hs"
fs2 <- glob "Text/**/*.hs"
--fs3 <- glob "other/ledger-parse/**/*.hs"
doctest $ filter (not . isInfixOf "/.") $ ["--fast", "Hledger.hs"] ++ fs1 ++ fs2
let fs = filter (not . isInfixOf "/.") $ ["Hledger.hs"] ++ fs1 ++ fs2
doctest $
"--fast" : -- https://github.com/sol/doctest#a-note-on-performance
fs