summaryrefslogtreecommitdiff
path: root/Types/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/Test.hs')
-rw-r--r--Types/Test.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Types/Test.hs b/Types/Test.hs
index 66f263c2e..50c460f50 100644
--- a/Types/Test.hs
+++ b/Types/Test.hs
@@ -5,18 +5,13 @@
- Licensed under the GNU GPL version 3 or higher.
-}
-{-# LANGUAGE CPP #-}
-
module Types.Test where
-#ifdef WITH_TESTSUITE
import Test.Tasty.Options
import Data.Monoid
import Prelude
import Types.Command
-#endif
-#ifdef WITH_TESTSUITE
data TestOptions = TestOptions
{ tastyOptionSet :: OptionSet
, keepFailuresOption :: Bool
@@ -32,8 +27,5 @@ instance Monoid TestOptions where
(fakeSsh a || fakeSsh b)
(internalData a <> internalData b)
-#else
-type TestOptions = ()
-#endif
type TestRunner = TestOptions -> IO ()