test-lib-0.1.0.0: 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.