aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-10-15 10:34:28 +0200
committerSimon Hengel <sol@typeful.net>2012-10-15 15:46:18 +0200
commit958d64d77572c47d249965d7146ac17a23de806d (patch)
treeb3cf49a9c6202b50d618df9270e24d28f5ecae50 /haddock.cabal
parent943c5b7880cbfa8c90a0776dd539ae1e89f46d35 (diff)
Move HTML tests to directory /html-test/
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 846d7c6a..36c016e9 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -31,7 +31,7 @@ extra-source-files:
src/haddock.sh
-- The test files shouldn't have to go here, but the source files for
-- the test-suite stanzas don't get picked up by `cabal sdist`.
- tests/html-tests/runtests.hs
+ tests/html-test/runtests.hs
data-dir: resources
data-files: html/frames.html
@@ -169,11 +169,11 @@ library
if flag(in-ghc-tree)
buildable: False
-test-suite html-tests
+test-suite html-test
type: exitcode-stdio-1.0
default-language: Haskell2010
main-is: runtests.hs
- hs-source-dirs: tests/html-tests
+ hs-source-dirs: html-test
build-depends: base, directory, process, filepath, Cabal
test-suite spec