aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal8
1 files changed, 8 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 2f361873..60826ea1 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -198,3 +198,11 @@ library
if flag(in-ghc-tree)
buildable: False
+
+test-suite html-tests
+ type: exitcode-stdio-1.0
+ default-language: Haskell2010
+ main-is: runtests.hs
+ hs-source-dirs: tests/html-tests
+ build-depends: base, directory, process, filepath, Cabal, regex-compat
+