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