import Test.Framework (Test, defaultMain) import Unit.Money import Unit.Parser tests :: [Test] tests = [unitMoney, unitParser] main :: IO () main = defaultMain tests