Add first unit tests
This commit is contained in:
parent
c3e61f6448
commit
323b75630d
3 changed files with 41 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue