Delete test suite
This commit is contained in:
parent
8361b3464a
commit
0254c0bbcf
2 changed files with 0 additions and 12 deletions
|
@ -1,3 +0,0 @@
|
|||
main :: IO ()
|
||||
main = putStrLn "Test suite not yet implemented"
|
||||
-- TODO specs for mocking game and ensuring boundaries respected
|
|
@ -35,15 +35,6 @@ executable tetris
|
|||
, tetris
|
||||
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
|
||||
type: git
|
||||
location: https://github.com/SamTay/tetris
|
||||
|
|
Loading…
Add table
Reference in a new issue