Added labels to all the top-level tests that didn't have one
This commit is contained in:
parent
cb8327451d
commit
6d4f1dd702
|
@ -144,7 +144,7 @@ testTransformWaitFor5 = TestCase $ testPass "testTransformWaitFor5" exp (transfo
|
||||||
|
|
||||||
---Returns the list of tests:
|
---Returns the list of tests:
|
||||||
tests :: Test
|
tests :: Test
|
||||||
tests = TestList
|
tests = TestLabel "BackendPassesTest" $ TestList
|
||||||
[
|
[
|
||||||
testTransformWaitFor0
|
testTransformWaitFor0
|
||||||
,testTransformWaitFor1
|
,testTransformWaitFor1
|
||||||
|
|
|
@ -1146,7 +1146,7 @@ testMobile = TestList
|
||||||
|
|
||||||
---Returns the list of tests:
|
---Returns the list of tests:
|
||||||
tests :: Test
|
tests :: Test
|
||||||
tests = TestList
|
tests = TestLabel "GenerateCTest" $ TestList
|
||||||
[
|
[
|
||||||
testActuals
|
testActuals
|
||||||
,testArraySizes
|
,testArraySizes
|
||||||
|
|
|
@ -414,7 +414,7 @@ checkExpressionTest = TestList
|
||||||
markRainTest
|
markRainTest
|
||||||
|
|
||||||
tests :: Test
|
tests :: Test
|
||||||
tests = TestList
|
tests = TestLabel "RainTypesTest" $ TestList
|
||||||
[
|
[
|
||||||
constantFoldTest
|
constantFoldTest
|
||||||
,annotateIntTest
|
,annotateIntTest
|
||||||
|
|
|
@ -596,7 +596,7 @@ testPullRepCounts = TestList
|
||||||
|
|
||||||
--Returns the list of tests:
|
--Returns the list of tests:
|
||||||
tests :: Test
|
tests :: Test
|
||||||
tests = TestList
|
tests = TestLabel "PassTest" $ TestList
|
||||||
[
|
[
|
||||||
testFunctionsToProcs0
|
testFunctionsToProcs0
|
||||||
,testFunctionsToProcs1
|
,testFunctionsToProcs1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user