import Prelude import Test.HUnit import Test.Framework.Providers.HUnit (hUnitTestToTests) import Test.Framework.Runners.Console (defaultMain) import Hcompta.Cli main :: IO () main = defaultMain $ hUnitTestToTests test_Hcompta_Cli test_Hcompta_Cli :: Test test_Hcompta_Cli = TestList [ "dummy test" ~: assertBool "" $ True ]