parent
8226335c4e
commit
9b1343d0b9
@ -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