@@ -82,25 +82,9 @@ end CommunityBuildTest
82
82
83
83
@ Category (Array (classOf [TestCategory ]))
84
84
class CommunityBuildTestA extends CommunityBuildTest :
85
- @ Test def endpoints4s = projects.endpoints4s.run()
86
- @ Test def fansi = projects.fansi.run()
87
- @ Test def fastparse = projects.fastparse.run()
88
- @ Test def geny = projects.geny.run()
89
- @ Test def oslib = projects.oslib.run()
90
- // @Test def oslibWatch = projects.oslibWatch.run()
91
- @ Test def pprint = projects.pprint.run()
92
- @ Test def requests = projects.requests.run()
93
85
@ Test def scalacheck = projects.scalacheck.run()
94
- @ Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
95
- @ Test def scalaParallelCollections = projects.scalaParallelCollections.run()
96
86
@ Test def scalatest = projects.scalatest.run()
97
87
@ Test def scalatestplusScalacheck = projects.scalatestplusScalacheck.run()
98
- @ Test def scalaz = projects.scalaz.run()
99
- @ Test def sourcecode = projects.sourcecode.run()
100
- @ Test def stdLib213 = projects.stdLib213.run()
101
- @ Test def ujson = projects.ujson.run()
102
- @ Test def upickle = projects.upickle.run()
103
- @ Test def utest = projects.utest.run()
104
88
@ Test def zio = projects.zio.run()
105
89
106
90
// 'scala-stm' and 'Sciss/Lucre':
@@ -112,15 +96,12 @@ class CommunityBuildTestA extends CommunityBuildTest:
112
96
// @Test def scissSerial = projects.scissSerial .run()
113
97
// @Test def scissAsyncFile = projects.scissAsyncFile .run()
114
98
// @Test def scissSpan = projects.scissSpan .run()
115
- @ Test def scalaSTM = projects.scalaSTM .run()
116
- @ Test def scissLucre = projects.scissLucre .run()
117
-
99
+ @ Test def scalaSTM = projects.scalaSTM.run()
100
+ @ Test def scissLucre = projects.scissLucre.run()
118
101
end CommunityBuildTestA
119
102
120
103
@ Category (Array (classOf [TestCategory ]))
121
104
class CommunityBuildTestB extends CommunityBuildTest :
122
- @ Test def algebra = projects.algebra.run()
123
- @ Test def betterfiles = projects.betterfiles.run()
124
105
@ Test def cats = projects.cats.run()
125
106
@ Test def catsEffect2 = projects.catsEffect2.run()
126
107
@ Test def catsEffect3 = projects.catsEffect3.run()
@@ -129,25 +110,46 @@ class CommunityBuildTestB extends CommunityBuildTest:
129
110
@ Test def discipline = projects.discipline.run()
130
111
@ Test def disciplineMunit = projects.disciplineMunit.run()
131
112
@ Test def disciplineSpecs2 = projects.disciplineSpecs2.run()
113
+ @ Test def munit = projects.munit.run()
114
+ @ Test def scodec = projects.scodec.run()
115
+ @ Test def scodecBits = projects.scodecBits.run()
116
+ @ Test def simulacrumScalafixAnnotations = projects.simulacrumScalafixAnnotations.run()
117
+ end CommunityBuildTestB
118
+
119
+ @ Category (Array (classOf [TestCategory ]))
120
+ class CommunityBuildTestC extends CommunityBuildTest :
121
+ @ Test def algebra = projects.algebra.run()
122
+ @ Test def betterfiles = projects.betterfiles.run()
132
123
// Temporarily disabled until problem discovered in comments to #9449 is fixed
133
124
// @Test def dottyCpsAsync = projects.dottyCpsAsync.run()
134
125
@ Test def effpi = projects.effpi.run()
126
+ @ Test def endpoints4s = projects.endpoints4s.run()
127
+ @ Test def fansi = projects.fansi.run()
128
+ @ Test def fastparse = projects.fastparse.run()
129
+ @ Test def geny = projects.geny.run()
135
130
@ Test def intent = projects.intent.run()
136
131
@ Test def minitest = projects.minitest.run()
137
- @ Test def munit = projects.munit.run()
138
- @ Test def scodec = projects.scodec.run()
139
- @ Test def scodecBits = projects.scodecBits.run()
140
- @ Test def scalap = projects.scalap.run()
132
+ @ Test def oslib = projects.oslib.run()
133
+ // @Test def oslibWatch = projects.oslibWatch.run()
134
+ @ Test def pprint = projects.pprint.run()
135
+ @ Test def requests = projects.requests.run()
136
+ @ Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
137
+ @ Test def scalaParallelCollections = projects.scalaParallelCollections.run()
141
138
@ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
142
139
@ Test def ScalaPB = projects.ScalaPB .run()
140
+ @ Test def scalap = projects.scalap.run()
143
141
@ Test def scalaXml = projects.scalaXml.run()
142
+ @ Test def scalaz = projects.scalaz.run()
144
143
@ Test def scas = projects.scas.run()
145
144
@ Test def sconfig = projects.sconfig.run()
146
145
@ Test def shapeless = projects.shapeless.run()
147
- @ Test def simulacrumScalafixAnnotations = projects.simulacrumScalafixAnnotations.run()
146
+ @ Test def sourcecode = projects.sourcecode.run()
147
+ @ Test def stdLib213 = projects.stdLib213.run()
148
+ @ Test def ujson = projects.ujson.run()
149
+ @ Test def upickle = projects.upickle.run()
150
+ @ Test def utest = projects.utest.run()
148
151
@ Test def verify = projects.verify.run()
149
152
@ Test def xmlInterpolator = projects.xmlInterpolator.run()
150
-
151
- end CommunityBuildTestB
153
+ end CommunityBuildTestC
152
154
153
155
class TestCategory
0 commit comments