feat[tests]: Use tasty for hierarchical tests
This commit is contained in:
parent
0d8470a87f
commit
766528677f
4 changed files with 25 additions and 9 deletions
|
@ -33,6 +33,7 @@ library
|
|||
DerivingStrategies
|
||||
ImportQualifiedPost
|
||||
NoImplicitPrelude
|
||||
OverloadedStrings
|
||||
StandaloneKindSignatures
|
||||
RoleAnnotations
|
||||
ghc-options: -Weverything -Wno-unsafe
|
||||
|
@ -54,6 +55,7 @@ executable scalie-exe
|
|||
DerivingStrategies
|
||||
ImportQualifiedPost
|
||||
NoImplicitPrelude
|
||||
OverloadedStrings
|
||||
StandaloneKindSignatures
|
||||
RoleAnnotations
|
||||
ghc-options: -Weverything -Wno-unsafe -threaded -rtsopts -with-rtsopts=-N
|
||||
|
@ -79,6 +81,7 @@ test-suite scalie-test
|
|||
DerivingStrategies
|
||||
ImportQualifiedPost
|
||||
NoImplicitPrelude
|
||||
OverloadedStrings
|
||||
StandaloneKindSignatures
|
||||
RoleAnnotations
|
||||
ghc-options: -Weverything -Wno-unsafe -threaded -rtsopts -with-rtsopts=-N
|
||||
|
@ -87,6 +90,8 @@ test-suite scalie-test
|
|||
, base
|
||||
, containers
|
||||
, scalie
|
||||
, tasty
|
||||
, tasty-quickcheck
|
||||
, text
|
||||
, vector
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue