Delete test suite

This commit is contained in:
Sam Tay 2017-06-18 00:27:27 -04:00
parent 8361b3464a
commit 0254c0bbcf
2 changed files with 0 additions and 12 deletions

View file

@ -1,3 +0,0 @@
main :: IO ()
main = putStrLn "Test suite not yet implemented"
-- TODO specs for mocking game and ensuring boundaries respected

View file

@ -35,15 +35,6 @@ executable tetris
, tetris , tetris
default-language: Haskell2010 default-language: Haskell2010
test-suite tetris-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, tetris
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head source-repository head
type: git type: git
location: https://github.com/SamTay/tetris location: https://github.com/SamTay/tetris