Ajout : Filter : simplify et context.
[comptalang.git] / cli / Test / Main.hs
index a7849de2520c33c204c3524f478d8ea0f1d65e80..318be3c62634be4c9d297041bc2b958be2592256 100644 (file)
@@ -3,13 +3,13 @@ import Test.HUnit
 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