File tree 3 files changed +12
-0
lines changed 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 71
71
[submodule "community-build/community-projects/zio "]
72
72
path = community-build/community-projects/zio
73
73
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:
274
274
sbtTestCommand = " testJVMDotty" ,
275
275
sbtUpdateCommand = " update"
276
276
)
277
+
278
+ lazy val munit = SbtCommunityProject (
279
+ project = " munit" ,
280
+ sbtTestCommand = " testsJVM/test" ,
281
+ sbtUpdateCommand = " munitJVM/update" ,
282
+ )
283
+
277
284
end projects
278
285
279
286
@ Category (Array (classOf [TestCategory ]))
@@ -348,6 +355,7 @@ class CommunityBuildTest:
348
355
@ Test def effpi = projects.effpi.run()
349
356
@ Test def sconfig = projects.sconfig.run()
350
357
@ Test def zio = projects.zio.run()
358
+ @ Test def munit = projects.munit.run()
351
359
end CommunityBuildTest
352
360
353
361
class TestCategory
You can’t perform that action at this time.
0 commit comments