aboutsummaryrefslogtreecommitdiff
path: root/html-test
diff options
context:
space:
mode:
Diffstat (limited to 'html-test')
-rwxr-xr-xhtml-test/Main.hs (renamed from html-test/run.hs)0
-rwxr-xr-xhtml-test/run5
2 files changed, 5 insertions, 0 deletions
diff --git a/html-test/run.hs b/html-test/Main.hs
index 8d1b40a8..8d1b40a8 100755
--- a/html-test/run.hs
+++ b/html-test/Main.hs
diff --git a/html-test/run b/html-test/run
new file mode 100755
index 00000000..5e17ad0f
--- /dev/null
+++ b/html-test/run
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export HADDOCK_PATH=$(which haddock)
+LIB_PATH="$(dirname "$BASH_SOURCE")/../haddock-test/src/"
+runhaskell -i:"$LIB_PATH" "Main.hs" $@