Add unit tests

This commit is contained in:
Dimitri Lozeve 2018-01-15 23:25:26 +00:00
parent 992f2f3fa6
commit f20497ecf3
4 changed files with 41 additions and 4 deletions

View file

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