Skip to content

Commit f3518f1

Browse files
Merge pull request #8604 from Philippus/add-scala-parser-combinators
Add scala-parser-combinators to community build
2 parents e539cc7 + e1351df commit f3518f1

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,6 @@
8282
path = community-build/community-projects/scodec-bits
8383
url = https://github.com/dotty-staging/scodec-bits.git
8484
branch = dotty-community-build
85+
[submodule "community-build/community-projects/scala-parser-combinators"]
86+
path = community-build/community-projects/scala-parser-combinators
87+
url = https://github.com/dotty-staging/scala-parser-combinators.git

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,12 @@ object projects:
296296
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck, scodecBits)
297297
)
298298

299+
lazy val scalaParserCombinators = SbtCommunityProject(
300+
project = "scala-parser-combinators",
301+
sbtTestCommand = "parserCombinators/test",
302+
sbtUpdateCommand = "parserCombinators/update"
303+
)
304+
299305
end projects
300306

301307
@Category(Array(classOf[TestCategory]))
@@ -384,6 +390,7 @@ class CommunityBuildTest:
384390
@Test def munit = projects.munit.run()
385391
@Test def scodecBits = projects.scodecBits.run()
386392
@Test def scodec = projects.scodec.run()
393+
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
387394
end CommunityBuildTest
388395

389396
class TestCategory

0 commit comments

Comments
 (0)