diff --git a/common/CommonTest.hs b/common/CommonTest.hs index d7a06d2..2dd2dbc 100644 --- a/common/CommonTest.hs +++ b/common/CommonTest.hs @@ -111,7 +111,7 @@ testCheckTreeForConstr = TestList --Returns the list of tests: tests :: Test -tests = TestList +tests = TestLabel "CommonTest" $ TestList [ testIsSafeConversion ,testCheckTreeForConstr diff --git a/frontends/ParseRainTest.hs b/frontends/ParseRainTest.hs index 2577adf..1315375 100644 --- a/frontends/ParseRainTest.hs +++ b/frontends/ParseRainTest.hs @@ -654,7 +654,7 @@ testTime = --Returns the list of tests: tests :: Test -tests = TestList +tests = TestLabel "ParseRainTest" $ TestList [ parseTests testExprs, parseTests testLiteral, diff --git a/frontends/RainPassesTest.hs b/frontends/RainPassesTest.hs index 5f89076..8dcc159 100644 --- a/frontends/RainPassesTest.hs +++ b/frontends/RainPassesTest.hs @@ -519,7 +519,7 @@ testPullUpParDecl2 = TestCase $ testPass "testPullUpParDecl2" exp (pullUpParDecl ---Returns the list of tests: tests :: Test -tests = TestList +tests = TestLabel "RainPassesTest" $ TestList [ testEachPass0 ,testEachPass1