aboutsummaryrefslogtreecommitdiff
path: root/html-test/README
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/README')
-rw-r--r--html-test/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/html-test/README b/html-test/README
index 9afb10e7..d261888c 100644
--- a/html-test/README
+++ b/html-test/README
@@ -9,12 +9,12 @@ To add a new test:
passes since there is no reference file to compare with.
3) To make a reference file from the output file, do
- runhaskell accept.hs <modulename>
+ runhaskell accept.lhs <modulename>
Tips and tricks:
To "accept" all output files (copy them to reference files), run
- runhaskell accept.hs
+ runhaskell accept.lhs
You can run all tests despite failing tests, like so
cabal test --test-option=all