Add rtsopts flag to test-suite
parent
ead94b5b23
commit
707050f881
|
@ -34,6 +34,8 @@ library
|
||||||
UI.Butcher.Monadic.IO
|
UI.Butcher.Monadic.IO
|
||||||
UI.Butcher.Monadic.Interactive
|
UI.Butcher.Monadic.Interactive
|
||||||
UI.Butcher.Monadic.BuiltinCommands
|
UI.Butcher.Monadic.BuiltinCommands
|
||||||
|
UI.Butcher.Applicative.Types
|
||||||
|
UI.Butcher.Applicative
|
||||||
other-modules: UI.Butcher.Monadic.Internal.Types
|
other-modules: UI.Butcher.Monadic.Internal.Types
|
||||||
UI.Butcher.Monadic.Internal.Core
|
UI.Butcher.Monadic.Internal.Core
|
||||||
build-depends:
|
build-depends:
|
||||||
|
@ -107,7 +109,7 @@ test-suite tests
|
||||||
, deque
|
, deque
|
||||||
, hspec
|
, hspec
|
||||||
}
|
}
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall -rtsopts
|
||||||
main-is: TestMain.hs
|
main-is: TestMain.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
hs-source-dirs: src-tests
|
hs-source-dirs: src-tests
|
||||||
|
|
Loading…
Reference in New Issue