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