packages feed

amazonka-ds-1.4.0: test/Main.hs

{-# OPTIONS_GHC -fno-warn-unused-imports #-}

-- |
-- Module      : Main
-- Copyright   : (c) 2013-2016 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
--
module Main (main) where

import Test.Tasty
import Test.AWS.DirectoryService
import Test.AWS.DirectoryService.Internal

main :: IO ()
main = defaultMain $ testGroup "DirectoryService"
    [ testGroup "tests"    tests
    , testGroup "fixtures" fixtures
    ]