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 68
68
[submodule "community-build/community-projects/sconfig "]
69
69
path = community-build/community-projects/sconfig
70
70
url = https://github.com/ekrich/sconfig.git
71
+ [submodule "community-build/community-projects/munit "]
72
+ path = community-build/community-projects/munit
73
+ url = https://github.com/scalameta/munit.git
Original file line number Diff line number Diff line change @@ -268,6 +268,13 @@ object projects:
268
268
sbtTestCommand = " sconfigJVM/test" ,
269
269
sbtUpdateCommand = " sconfigJVM/update"
270
270
)
271
+
272
+ lazy val munit = SbtCommunityProject (
273
+ project = " munit" ,
274
+ sbtTestCommand = " testsJVM/test" ,
275
+ sbtUpdateCommand = " munitJVM/update" ,
276
+ )
277
+
271
278
end projects
272
279
273
280
@ Category (Array (classOf [TestCategory ]))
@@ -341,6 +348,7 @@ class CommunityBuildTest:
341
348
@ Test def xmlInterpolator = projects.xmlInterpolator.run()
342
349
@ Test def effpi = projects.effpi.run()
343
350
@ Test def sconfig = projects.sconfig.run()
351
+ @ Test def munit = projects.munit.run()
344
352
end CommunityBuildTest
345
353
346
354
class TestCategory
You can’t perform that action at this time.
0 commit comments