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