tasty-discover
This commit is contained in:
+7
-5
@@ -103,10 +103,11 @@ library
|
||||
default-language: GHC2024
|
||||
|
||||
test-suite test
|
||||
import: ghcstuffs, ghcstuffs-dev
|
||||
type: exitcode-stdio-1.0
|
||||
hs-source-dirs: test
|
||||
main-is: Main.hs
|
||||
import: ghcstuffs, ghcstuffs-dev
|
||||
type: exitcode-stdio-1.0
|
||||
hs-source-dirs: test
|
||||
main-is: Main.hs
|
||||
build-tool-depends: tasty-discover:tasty-discover
|
||||
other-modules:
|
||||
Gyehoek.Test.CPS.Eval
|
||||
Gyehoek.Test.CPS.Stackify
|
||||
@@ -115,6 +116,7 @@ test-suite test
|
||||
Gyehoek.Test.Scheme.Syntax
|
||||
Gyehoek.Test.Sexp
|
||||
Gyehoek.Test.Stack.VM
|
||||
Root
|
||||
|
||||
build-depends:
|
||||
, base
|
||||
@@ -133,4 +135,4 @@ test-suite test
|
||||
, tasty-silver
|
||||
, text
|
||||
|
||||
default-language: GHC2024
|
||||
default-language: GHC2024
|
||||
|
||||
Reference in New Issue
Block a user