aboutsummaryrefslogtreecommitdiffstats
path: root/pfm.cabal
diff options
context:
space:
mode:
authorYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-20 17:40:46 +0000
committerYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-20 17:40:46 +0000
commitf9985ed4a104f8df2068336d4958dd4a2be0acb0 (patch)
treee61b6a62fc1c6a1eea5aa5e8980fff8e4903b516 /pfm.cabal
parent8f5147d0bf8fefff89d880288053b2d1b13de849 (diff)
downloadpfm-f9985ed4a104f8df2068336d4958dd4a2be0acb0.tar.gz
pfm-f9985ed4a104f8df2068336d4958dd4a2be0acb0.zip
Add broken idempotent test
Diffstat (limited to 'pfm.cabal')
-rw-r--r--pfm.cabal14
1 files changed, 14 insertions, 0 deletions
diff --git a/pfm.cabal b/pfm.cabal
index 63b292c..065ff64 100644
--- a/pfm.cabal
+++ b/pfm.cabal
@@ -47,3 +47,17 @@ executable readpfm
, bytestring >=0.10 && <0.11
, criterion >=1.5 && <1.6
default-extensions: OverloadedStrings
+
+test-suite pfm-test
+ default-language: Haskell2010
+ type: exitcode-stdio-1.0
+ hs-source-dirs: test
+ main-is: Test.hs
+ ghc-options: -Wall -Werror
+ build-depends: base >=4.7 && <5
+ , pfm >=0.1 && <0.2
+ , tasty >=1.2 && <1.3
+ , tasty-hunit >=0.10 && <0.11
+ , tasty-quickcheck >=0.10 && <0.11
+ , bytestring >=0.10 && <0.11
+ default-extensions: OverloadedStrings \ No newline at end of file