module Test where import Data.Function (($)) import System.IO (IO) import Test.Tasty import qualified Balance.Test as Balance main :: IO () main = defaultMain $ testGroup "Hcompta" [ Balance.tests ]