Skip to content

Commit c067313

Browse files
committed
Add scala-parser-combinators to community build
1 parent 6cd3a9d commit c067313

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

Diff for: .gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@
7474
[submodule "community-build/community-projects/munit"]
7575
path = community-build/community-projects/munit
7676
url = https://github.com/dotty-staging/munit.git
77+
[submodule "community-build/community-projects/scala-parser-combinators"]
78+
path = community-build/community-projects/scala-parser-combinators
79+
url = https://github.com/scala/scala-parser-combinators.git

Diff for: community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

+7
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,12 @@ object projects:
281281
sbtUpdateCommand = "munitJVM/update",
282282
)
283283

284+
lazy val scalaParserCombinators = SbtCommunityProject(
285+
project = "scala-parser-combinators",
286+
sbtTestCommand = "test",
287+
sbtUpdateCommand = "update"
288+
)
289+
284290
end projects
285291

286292
@Category(Array(classOf[TestCategory]))
@@ -367,6 +373,7 @@ class CommunityBuildTest:
367373
@Test def sconfig = projects.sconfig.run()
368374
@Test def zio = projects.zio.run()
369375
@Test def munit = projects.munit.run()
376+
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
370377
end CommunityBuildTest
371378

372379
class TestCategory

0 commit comments

Comments
 (0)