Tests
This commit is contained in:
parent
b2b81b444c
commit
1dd23d6e62
4 changed files with 188 additions and 41 deletions
|
|
@ -70,6 +70,7 @@ library
|
|||
build-depends:
|
||||
base ^>=4.20.2.0,
|
||||
mtl,
|
||||
random,
|
||||
array
|
||||
|
||||
-- Directories containing source files.
|
||||
|
|
@ -132,4 +133,7 @@ test-suite snake-hs-test
|
|||
-- Test dependencies.
|
||||
build-depends:
|
||||
base ^>=4.20.2.0,
|
||||
snake-hs
|
||||
array,
|
||||
snake-hs,
|
||||
tasty,
|
||||
tasty-hunit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue