Skip to content

Commit 2076b91

Browse files
Merge pull request #9031 from xuwei-k/community-build-scalaz
add scalaz to community-build
2 parents 266a1e4 + 8d74441 commit 2076b91

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
@@ -91,3 +91,6 @@
9191
[submodule "community-build/community-projects/geny"]
9292
path = community-build/community-projects/geny
9393
url = https://github.com/dotty-staging/geny.git
94+
[submodule "community-build/community-projects/scalaz"]
95+
path = community-build/community-projects/scalaz
96+
url = https://github.com/dotty-staging/scalaz.git
Submodule scalaz added at c36beee

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@ object projects:
278278
sbtTestCommand = "test",
279279
)
280280

281+
lazy val scalaz = SbtCommunityProject(
282+
project = "scalaz",
283+
sbtTestCommand = "rootJVM/test",
284+
dependencies = List(scalacheck)
285+
)
286+
281287
end projects
282288

283289
@Category(Array(classOf[TestCategory]))
@@ -369,6 +375,7 @@ class CommunityBuildTest:
369375
@Test def scodec = projects.scodec.run()
370376
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
371377
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
378+
@Test def scalaz = projects.scalaz.run()
372379
end CommunityBuildTest
373380

374381
class TestCategory

0 commit comments

Comments
 (0)