aboutsummaryrefslogtreecommitdiff
path: root/html-test/run.lhs
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-10-15 20:32:03 +0200
committerSimon Hengel <sol@typeful.net>2012-10-15 20:49:39 +0200
commit7e1fed4da8bb913d25f447afd1f1e485d428e37f (patch)
tree179a79201d11df7b27583f083d884753b1ee82e4 /html-test/run.lhs
parenta4fb9cb0a44101d858d69281a3ee0aa0dbf7ddda (diff)
Move source files for HTML tests to html-test/src
Diffstat (limited to 'html-test/run.lhs')
-rwxr-xr-xhtml-test/run.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/html-test/run.lhs b/html-test/run.lhs
index c8671a76..c543e020 100755
--- a/html-test/run.lhs
+++ b/html-test/run.lhs
@@ -25,7 +25,7 @@ import System.Process (ProcessHandle, runProcess, waitForProcess)
packageRoot, dataDir, haddockPath, baseDir, testDir, outDir :: FilePath
baseDir = takeDirectory __FILE__
-testDir = baseDir </> "tests"
+testDir = baseDir </> "src"
refDir = baseDir </> "ref"
outDir = baseDir </> "output"
packageRoot = baseDir </> ".."