Add rtsopts flag to test-suite

pull/6/head
Lennart Spitzner 2020-04-10 23:29:06 +02:00
parent ead94b5b23
commit 707050f881
1 changed files with 3 additions and 1 deletions

View File

@ -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