Added Haddock documentation to the TestMain module

This commit is contained in:
Neil Brown 2007-08-28 12:43:30 +00:00
parent 0887d1b87b
commit 095b547f9e

View File

@ -16,6 +16,15 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-}
-- | 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)