Skip to content

Add possibility to override Tasty command line options

decentral1se requested to merge commandline-options into master

Created by: minad

Additional -optF arguments are passed to the Tasty test runner.

Example:

{-# OPTIONS_GHC -F -pgmF tasty-discover -optF --hide-successes #-}

Merge request reports