Skip to content
Snippets Groups Projects
Driver.hs 351 B
Newer Older
  • Learn to ignore specific revisions
  • {-# OPTIONS_GHC -F -pgmF tasty-discover #-}
    
    -- This is a module where we can hang the above preprocessor definition to
    -- direct tasty-discover to find our test suite spread across the rest of the
    -- modules rooted in this directory.
    --
    -- See the test-suite definition in PaymentServer.cabal
    -- See also https://git.coop/decentral1se/tasty-discover