diff --git a/test/Spec.hs b/test/Spec.hs deleted file mode 100644 index ce19c38..0000000 --- a/test/Spec.hs +++ /dev/null @@ -1,3 +0,0 @@ -main :: IO () -main = putStrLn "Test suite not yet implemented" --- TODO specs for mocking game and ensuring boundaries respected diff --git a/tetris.cabal b/tetris.cabal index 5818776..5ed6ad7 100644 --- a/tetris.cabal +++ b/tetris.cabal @@ -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