Skip to content

Commit 2990b57

Browse files
committed
move Lucre tests to CB-A ; disable intermediate tests; shorten test
1 parent a71d7ca commit 2990b57

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ object projects:
609609
lazy val scissLucre = SbtCommunityProject(
610610
project = "Lucre",
611611
sbtTestCommand = "adjunctJVM/test;baseJVM/test;confluentJVM/test;coreJVM/test;dataJVM/test;expr0JVM/test;expr1JVM/test;exprJVM/test;geomJVM/test;lucre-bdb/test;testsJVM/test",
612+
extraSbtArgs = List("-Dde.sciss.lucre.ShortTests=true"),
612613
sbtPublishCommand = "adjunctJVM/publishLocal;baseJVM/publishLocal;confluentJVM/publishLocal;coreJVM/publishLocal;dataJVM/publishLocal;expr0JVM/publishLocal;expr1JVM/publishLocal;exprJVM/publishLocal;geomJVM/publishLocal;lucre-bdb/publishLocal",
613614
dependencies = List(scalaSTM, scissAsyncFile, scissEqual, scissFingerTree, scissLog, scissModel, scissNumbers, scissSerial, scissSpan, scalatest),
614615
)

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,19 @@ class CommunityBuildTestA extends CommunityBuildTest:
102102
@Test def upickle = projects.upickle.run()
103103
@Test def utest = projects.utest.run()
104104
@Test def zio = projects.zio.run()
105+
106+
// 'scala-stm' and 'Sciss/Lucre':
107+
// @Test def scissEqual = projects.scissEqual .run()
108+
// @Test def scissFingerTree = projects.scissFingerTree.run()
109+
// @Test def scissLog = projects.scissLog .run()
110+
// @Test def scissModel = projects.scissModel .run()
111+
// @Test def scissNumbers = projects.scissNumbers .run()
112+
// @Test def scissSerial = projects.scissSerial .run()
113+
// @Test def scissAsyncFile = projects.scissAsyncFile .run()
114+
// @Test def scissSpan = projects.scissSpan .run()
115+
@Test def scalaSTM = projects.scalaSTM .run()
116+
@Test def scissLucre = projects.scissLucre .run()
117+
105118
end CommunityBuildTestA
106119

107120
@Category(Array(classOf[TestCategory]))
@@ -135,18 +148,6 @@ class CommunityBuildTestB extends CommunityBuildTest:
135148
@Test def verify = projects.verify.run()
136149
@Test def xmlInterpolator = projects.xmlInterpolator.run()
137150

138-
// 'Sciss/Lucre':
139-
@Test def scissEqual = projects.scissEqual .run()
140-
@Test def scissFingerTree = projects.scissFingerTree.run()
141-
@Test def scissLog = projects.scissLog .run()
142-
@Test def scissModel = projects.scissModel .run()
143-
@Test def scissNumbers = projects.scissNumbers .run()
144-
@Test def scissSerial = projects.scissSerial .run()
145-
@Test def scissAsyncFile = projects.scissAsyncFile .run()
146-
@Test def scissSpan = projects.scissSpan .run()
147-
@Test def scalaSTM = projects.scalaSTM .run()
148-
@Test def scissLucre = projects.scissLucre .run()
149-
150151
end CommunityBuildTestB
151152

152153
class TestCategory

0 commit comments

Comments
 (0)