Turn test into testsuite

This commit is contained in:
Ozgun Ataman 2013-09-30 17:23:25 -04:00
parent 223c336665
commit 51ebccddfa

View file

@ -28,8 +28,10 @@ library
ghc-options: -Wall -fwarn-tabs
executable test-rotate
test-suite test-rotate
type: exitcode-stdio-1.0
main-is: TestRotate.hs
ghc-options: -Wall
hs-source-dirs: test, src
build-depends:
base >= 4 && < 5,