-- Copyright: 2007-2010 Dino Morelli -- License: BSD3 (see LICENSE) -- Author: Dino Morelli module Main where import Test.HUnit import TestHelp import TestLink main :: IO Counts main = runTestTT tests tests :: Test tests = TestList [ TestLabel "testHelpAll" testHelpAll , TestLabel "testLinkAll" testLinkAll ]