mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
parent
8226335c4e
commit
9b1343d0b9
@ -8,4 +8,4 @@ main = do
|
||||
fs1 <- glob "Hledger/**/*.hs"
|
||||
fs2 <- glob "Text/**/*.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