Revision 1493a93b htest/test.hs

b/htest/test.hs
30 30
import System.Environment (getArgs)
31 31

  
32 32
import Test.Ganeti.TestImports ()
33
import Test.Ganeti.BasicTypes
33 34
import Test.Ganeti.Confd.Utils
34 35
import Test.Ganeti.HTools.CLI
35 36
import Test.Ganeti.HTools.Cluster
......
73 74
-- | All our defined tests.
74 75
allTests :: [(Bool, (String, [Test]))]
75 76
allTests =
76
  [ (True, testConfd_Utils)
77
  [ (True, testBasicTypes)
78
  , (True, testConfd_Utils)
77 79
  , (True, testHTools_CLI)
78 80
  , (True, testHTools_Container)
79 81
  , (True, testHTools_Instance)

Also available in: Unified diff