X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=hath.cabal;h=23f6cc47724ed7432f960e9ff526a3eb0e847f27;hp=ee3615a41eb42ee1d97ff6d6a93fcbe1e02b2431;hb=909e781852e3566fcaa16e156437ebe5bfc89e02;hpb=b30aa6a3d9163c4fad3b5200cb2fe552fd709d46 diff --git a/hath.cabal b/hath.cabal index ee3615a..23f6cc4 100644 --- a/hath.cabal +++ b/hath.cabal @@ -47,3 +47,42 @@ executable hath -prof -auto-all -caf-all + + +test-suite testsuite + type: exitcode-stdio-1.0 + hs-source-dirs: src test + main-is: TestSuite.hs + build-depends: + base == 4.*, + HUnit == 1.2.*, + QuickCheck == 2.6.*, + test-framework == 0.8.*, + test-framework-hunit == 0.3.*, + test-framework-quickcheck2 == 0.3.* + + -- It's not entirely clear to me why I have to reproduce all of this. + ghc-options: + -Wall + -fwarn-hi-shadowing + -fwarn-missing-signatures + -fwarn-name-shadowing + -fwarn-orphans + -fwarn-type-defaults + -fwarn-tabs + -fwarn-incomplete-record-updates + -fwarn-monomorphism-restriction + -fwarn-unused-do-bind + -funbox-strict-fields + -fexcess-precision + -fno-spec-constr-count + -rtsopts + -threaded + -optc-O3 + -optc-march=native + -O2 + +source-repository head + type: git + location: http://michael.orlitzky.com/git/hath.git + branch: master