From 0f578158c1745bd98f940c2124c3463055a400b6 Mon Sep 17 00:00:00 2001 From: David Waern Date: Tue, 9 Oct 2007 16:14:05 +0000 Subject: Add a simple test suite --- tests/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/README (limited to 'tests/README') diff --git a/tests/README b/tests/README new file mode 100644 index 00000000..b3080c74 --- /dev/null +++ b/tests/README @@ -0,0 +1,7 @@ +This is a little output test suit for Haddock. To add a test: + + 1 Create a module and add it to a new directory or an appropriate existing one + 2 Run runtests.hs (giving it the lib dir to GHC). + You should now have output//.html but the test will always + pass since there is no reference output to compare with + 3 To add reference output, you can copy .html to .html.ref -- cgit v1.2.3