From 51ebccddfa7262d9600f8e6a69b1f320323c234b Mon Sep 17 00:00:00 2001 From: Ozgun Ataman Date: Mon, 30 Sep 2013 17:23:25 -0400 Subject: [PATCH] Turn test into testsuite --- rotating-log.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rotating-log.cabal b/rotating-log.cabal index 0a9e996..bcf7a01 100644 --- a/rotating-log.cabal +++ b/rotating-log.cabal @@ -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,