hangs on a verbose check on nix
This commit is contained in:
parent
5d11e75566
commit
17c767c43c
@ -4,11 +4,14 @@ import HushGP.State
|
|||||||
import HushGP.Instructions.IntInstructions
|
import HushGP.Instructions.IntInstructions
|
||||||
-- import HushGP.PushTests.GenericTests
|
-- import HushGP.PushTests.GenericTests
|
||||||
import Control.Lens hiding (uncons)
|
import Control.Lens hiding (uncons)
|
||||||
|
import System.Environment
|
||||||
import Test.Tasty
|
import Test.Tasty
|
||||||
import Test.Tasty.QuickCheck as QC
|
import Test.Tasty.QuickCheck as QC
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = defaultMain intTests
|
main = do
|
||||||
|
setEnv "TASTY_QUICKCHECK_VERBOSE" "False"
|
||||||
|
defaultMain intTests
|
||||||
|
|
||||||
-- |Holds the tree for property and unit tests.
|
-- |Holds the tree for property and unit tests.
|
||||||
intTests :: TestTree
|
intTests :: TestTree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user