File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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+
277284end 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()
351359end CommunityBuildTest
352360
353361class TestCategory
You can’t perform that action at this time.
0 commit comments