File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 85
85
[submodule "community-build/community-projects/scala-parser-combinators "]
86
86
path = community-build/community-projects/scala-parser-combinators
87
87
url = https://github.com/dotty-staging/scala-parser-combinators.git
88
+ [submodule "community-build/community-projects/dotty-cps-async "]
89
+ path = community-build/community-projects/dotty-cps-async
90
+ url = https://github.com/dotty-staging/dotty-cps-async.git
Original file line number Diff line number Diff line change @@ -267,6 +267,11 @@ object projects:
267
267
sbtTestCommand = " parserCombinators/test" ,
268
268
)
269
269
270
+ lazy val dottyCpsAsync = SbtCommunityProject (
271
+ project = " dotty-cps-async" ,
272
+ sbtTestCommand = " test" ,
273
+ )
274
+
270
275
end projects
271
276
272
277
@ Category (Array (classOf [TestCategory ]))
@@ -356,6 +361,7 @@ class CommunityBuildTest:
356
361
@ Test def scodecBits = projects.scodecBits.run()
357
362
@ Test def scodec = projects.scodec.run()
358
363
@ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
364
+ @ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
359
365
end CommunityBuildTest
360
366
361
367
class TestCategory
You can’t perform that action at this time.
0 commit comments