Revision 51000365 htest/test.hs

b/htest/test.hs
32 32
import Test.Ganeti.TestImports ()
33 33
import Test.Ganeti.BasicTypes
34 34
import Test.Ganeti.Confd.Utils
35
import Test.Ganeti.Common
36
import Test.Ganeti.Daemon
35 37
import Test.Ganeti.HTools.CLI
36 38
import Test.Ganeti.HTools.Cluster
37 39
import Test.Ganeti.HTools.Container
......
78 80
allTests =
79 81
  [ (True, testBasicTypes)
80 82
  , (True, testConfd_Utils)
83
  , (True, testCommon)
84
  , (True, testDaemon)
81 85
  , (True, testHTools_CLI)
82 86
  , (True, testHTools_Container)
83 87
  , (True, testHTools_Instance)

Also available in: Unified diff