Added Haddock documentation to the TestMain module
This commit is contained in:
parent
0887d1b87b
commit
095b547f9e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user