test: Added --keep-failures option.
This commit is contained in:
parent
b96cfdc094
commit
d667a68b7e
5 changed files with 54 additions and 22 deletions
|
@ -14,7 +14,14 @@ import Test.Tasty.Options
|
|||
#endif
|
||||
|
||||
#ifdef WITH_TESTSUITE
|
||||
type TestOptions = OptionSet
|
||||
data TestOptions = TestOptions
|
||||
{ tastyOptionSet :: OptionSet
|
||||
, keepFailuresOption :: Bool
|
||||
}
|
||||
|
||||
instance Monoid TestOptions where
|
||||
mempty = TestOptions mempty False
|
||||
|
||||
#else
|
||||
type TestOptions = ()
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue