Revision e4dac3e1 test/hs/htest.hs

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

  
33
import Test.AutoConf
33 34
import Test.Ganeti.TestImports ()
34 35
import Test.Ganeti.Attoparsec
35 36
import Test.Ganeti.BasicTypes
......
88 89
-- | All our defined tests.
89 90
allTests :: [Test]
90 91
allTests =
91
  [ testBasicTypes
92
  [ testAutoConf
93
  , testBasicTypes
92 94
  , testAttoparsec
93 95
  , testCommon
94 96
  , testConstants

Also available in: Unified diff