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)