test-lib-0.2: A library to make a quick test-runner script.

Safe HaskellNone
LanguageHaskell2010

TestLib

Synopsis

Documentation

data Config Source #

Specifies how the test runner should behave.

Constructors

Config 

Fields

mainWith :: Config -> IO () Source #

Define a main function for an executable.

mainWithOpts :: Options -> IO () Source #

Run with the given options

main :: IO () Source #

data Options Source #

Constructors

Options 

Fields