Statistics
| Branch: | Tag: | Revision:

root / test / hs / Test / Ganeti / Jobs.hs @ 896cc964

History | View | Annotate | Download (989 Bytes)

1 3516b09a Iustin Pop
{-# LANGUAGE TemplateHaskell #-}
2 3516b09a Iustin Pop
3 2d87bd0a Iustin Pop
{-| Unittests for ganeti-htools.
4 2d87bd0a Iustin Pop
5 2d87bd0a Iustin Pop
-}
6 2d87bd0a Iustin Pop
7 2d87bd0a Iustin Pop
{-
8 2d87bd0a Iustin Pop
9 2d87bd0a Iustin Pop
Copyright (C) 2009, 2010, 2011, 2012 Google Inc.
10 2d87bd0a Iustin Pop
11 2d87bd0a Iustin Pop
This program is free software; you can redistribute it and/or modify
12 2d87bd0a Iustin Pop
it under the terms of the GNU General Public License as published by
13 2d87bd0a Iustin Pop
the Free Software Foundation; either version 2 of the License, or
14 2d87bd0a Iustin Pop
(at your option) any later version.
15 2d87bd0a Iustin Pop
16 2d87bd0a Iustin Pop
This program is distributed in the hope that it will be useful, but
17 2d87bd0a Iustin Pop
WITHOUT ANY WARRANTY; without even the implied warranty of
18 2d87bd0a Iustin Pop
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19 2d87bd0a Iustin Pop
General Public License for more details.
20 2d87bd0a Iustin Pop
21 2d87bd0a Iustin Pop
You should have received a copy of the GNU General Public License
22 2d87bd0a Iustin Pop
along with this program; if not, write to the Free Software
23 2d87bd0a Iustin Pop
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
24 2d87bd0a Iustin Pop
02110-1301, USA.
25 2d87bd0a Iustin Pop
26 2d87bd0a Iustin Pop
-}
27 2d87bd0a Iustin Pop
28 2d87bd0a Iustin Pop
module Test.Ganeti.Jobs (testJobs) where
29 2d87bd0a Iustin Pop
30 2d87bd0a Iustin Pop
import Test.Ganeti.TestHelper
31 2d87bd0a Iustin Pop
32 3516b09a Iustin Pop
{-# ANN module "HLint: ignore Unused LANGUAGE pragma" #-}
33 3516b09a Iustin Pop
34 2d87bd0a Iustin Pop
testSuite "Jobs"
35 3bdbe4b3 Dato Simó
            [
36 2d87bd0a Iustin Pop
            ]