Add first unit tests

This commit is contained in:
Dimitri Lozeve 2017-11-11 14:40:39 +00:00
parent c3e61f6448
commit 323b75630d
3 changed files with 41 additions and 3 deletions

View file

@ -34,9 +34,13 @@ executable orbit-exe
test-suite orbit-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
main-is: Tests.hs
build-depends: base
, orbit
, linear
, tasty
, tasty-hunit
, tasty-quickcheck
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010