diff options
-rw-r--r-- | html-test/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html-test/README b/html-test/README index b5fff14b..082104b0 100644 --- a/html-test/README +++ b/html-test/README @@ -5,8 +5,8 @@ To add a new test: 1) Create a module in the "html-test/src" directory. - 2) Run "cabal test". You should now have output/<modulename>.html. The test - passes since there is no reference file to compare with. + 2) Run "cabal test". You should now have "html-test/out/<modulename>.html". + The test passes since there is no reference file to compare with. 3) To make a reference file from the output file, do runhaskell accept.lhs <modulename> |