wasp/waspc/test/TastyDiscoverDriver.hs
2020-02-20 12:30:58 +01:00

6 lines
286 B
Haskell

{-# OPTIONS_GHC -F -pgmF tasty-discover -optF --modules=*Test.hs #-}
-- -optF --modules=*Test.hs tells tasty-discover to pick up only files that match *Test.hs.
-- I did not do this for any strong reason so we can remove it in the future if we figure out
-- it is too restrictive.