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 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 @@ -262,6 +262,13 @@ object projects
262
262
sbtTestCommand = " sconfigJVM/test" ,
263
263
sbtUpdateCommand = " sconfigJVM/update"
264
264
)
265
+
266
+ lazy val munit = SbtCommunityProject (
267
+ project = " munit" ,
268
+ sbtTestCommand = " testsJVM/test" ,
269
+ sbtUpdateCommand = " munitJVM/update" ,
270
+ )
271
+
265
272
end projects
266
273
267
274
@ Category (Array (classOf [TestCategory ]))
@@ -335,6 +342,7 @@ class CommunityBuildTest {
335
342
@ Test def xmlInterpolator = projects.xmlInterpolator.run()
336
343
@ Test def effpi = projects.effpi.run()
337
344
@ Test def sconfig = projects.sconfig.run()
345
+ @ Test def munit = projects.munit.run()
338
346
}
339
347
340
348
class TestCategory
You can’t perform that action at this time.
0 commit comments