From 095b547f9ee20debb8bc3bda253fd3e3f03338c8 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 28 Aug 2007 12:43:30 +0000 Subject: [PATCH] Added Haddock documentation to the TestMain module --- TestMain.hs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TestMain.hs b/TestMain.hs index 9b3afb6..b0980f9 100644 --- a/TestMain.hs +++ b/TestMain.hs @@ -16,6 +16,15 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . -} +-- | A module containing the 'main' function for the Tock test suite. It currently runs tests from the following modules: +-- +-- * "PassTest" +-- +-- * "RainParseTest" +-- +-- * "RainPassTest" +-- +-- * "UsageCheckTest" module TestMain () where import qualified RainParseTest (tests)