mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
6 lines
106 B
Haskell
6 lines
106 B
Haskell
{-
|
|
Run hledger-lib's easytest tests using the easytest runner.
|
|
-}
|
|
import Hledger
|
|
main = run tests_Hledger
|