diff options
author | Simon Hengel <sol@typeful.net> | 2012-10-15 20:32:03 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-10-15 20:49:39 +0200 |
commit | 7e1fed4da8bb913d25f447afd1f1e485d428e37f (patch) | |
tree | 179a79201d11df7b27583f083d884753b1ee82e4 /html-test/run.lhs | |
parent | a4fb9cb0a44101d858d69281a3ee0aa0dbf7ddda (diff) |
Move source files for HTML tests to html-test/src
Diffstat (limited to 'html-test/run.lhs')
-rwxr-xr-x | html-test/run.lhs | 2 |
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 </> ".." |