aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index ca4ac0b..56ba3cd 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -88,3 +88,14 @@ test-suite verifuzz-test
, lens
, text
default-extensions: OverloadedStrings
+
+test-suite verifuzz-doctest
+ default-language: Haskell2010
+ type: exitcode-stdio-1.0
+ ghc-options: -threaded
+ hs-source-dirs: tests
+ main-is: Doctest.hs
+ build-depends: base >= 4 && < 5
+ , verifuzz
+ , doctest
+ default-extensions: OverloadedStrings \ No newline at end of file