Add unit tests
This commit is contained in:
parent
992f2f3fa6
commit
f20497ecf3
4 changed files with 41 additions and 4 deletions
|
@ -38,11 +38,14 @@ executables:
|
|||
|
||||
tests:
|
||||
lsystems-test:
|
||||
main: Spec.hs
|
||||
source-dirs: test
|
||||
main: Tests.hs
|
||||
source-dirs: [test, app]
|
||||
ghc-options:
|
||||
- -threaded
|
||||
- -rtsopts
|
||||
- -with-rtsopts=-N
|
||||
dependencies:
|
||||
- lsystems
|
||||
- tasty
|
||||
- tasty-hunit
|
||||
- tasty-quickcheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue