Skip to content

Commit cc18858

Browse files
committed
Add MUnit to the community build
1 parent a29178c commit cc18858

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@
7171
[submodule "community-build/community-projects/zio"]
7272
path = community-build/community-projects/zio
7373
url = https://github.com/dotty-staging/zio.git
74+
[submodule "community-build/community-projects/munit"]
75+
path = community-build/community-projects/munit
76+
url = https://github.com/dotty-staging/munit.git
Submodule munit added at e0c3cac

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,13 @@ object projects:
274274
sbtTestCommand = "testJVMDotty",
275275
sbtUpdateCommand = "update"
276276
)
277+
278+
lazy val munit = SbtCommunityProject(
279+
project = "munit",
280+
sbtTestCommand = "testsJVM/test",
281+
sbtUpdateCommand = "munitJVM/update",
282+
)
283+
277284
end projects
278285

279286
@Category(Array(classOf[TestCategory]))
@@ -348,6 +355,7 @@ class CommunityBuildTest:
348355
@Test def effpi = projects.effpi.run()
349356
@Test def sconfig = projects.sconfig.run()
350357
@Test def zio = projects.zio.run()
358+
@Test def munit = projects.munit.run()
351359
end CommunityBuildTest
352360

353361
class TestCategory

0 commit comments

Comments
 (0)