Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Config = Config {
- cfgDefaultBinary :: String
- cfgBinOpts :: String -> [String]
- cfgIsTestCase :: String -> Bool
- mainWith :: Config -> IO ()
- mainWithOpts :: Options -> IO ()
- main :: IO ()
- data Options = Options {
- optBinary :: String
- optOther :: [String]
- optHelp :: Bool
- optResultDir :: FilePath
- optTests :: [FilePath]
- optDiffTool :: Maybe String
- optIgnoreExpected :: Bool
- optTestFileExts :: [String]
- optBinFlags :: [String]
- optCfg :: Maybe Config
Documentation
Specifies how the test runner should behave.
Config | |
|
mainWithOpts :: Options -> IO () Source #
Run with the given options
Options | |
|