Added first test suite for Mapping

This commit is contained in:
Jonas Betzendahl
2014-04-28 16:34:13 +02:00
parent f5f1f760cd
commit 07dac9aad1
4 changed files with 26 additions and 25 deletions

View File

@ -53,8 +53,8 @@ executable Pioneers
test-suite QuickCheckTests
type: exitcode-stdio-1.0
hs-source-dirs: tests, src
main-is: MainTestSuite.hs
hs-source-dirs: tests/Map, src
main-is: MapTestSuite.hs
build-depends: base,
OpenGL >=2.9,
bytestring >=0.10,
@ -78,5 +78,6 @@ test-suite QuickCheckTests
attoparsec-binary >= 0.1,
QuickCheck,
test-framework,
test-framework-th,
test-framework-quickcheck2
Default-Language: Haskell2010