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