diff options
author | Simon Hengel <sol@typeful.net> | 2012-10-18 08:42:48 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-10-18 08:42:48 +0200 |
commit | cbc8e789b8b6308144ebdaf866ec202fe608647d (patch) | |
tree | 227c40eeae950e795a771ff56df132a3b96d42a0 /html-test | |
parent | 410d8a4f7cfe3b45b98719f75bffc9ac06626fbc (diff) |
Update html-test/README
Diffstat (limited to 'html-test')
-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> |