Skip to content

Commit 596186f

Browse files
committed
Add MUnit to the community build
1 parent 4d2ef01 commit 596186f

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
@@ -68,3 +68,6 @@
6868
[submodule "community-build/community-projects/sconfig"]
6969
path = community-build/community-projects/sconfig
7070
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
Submodule munit added at 2eea6be

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,13 @@ object projects
262262
sbtTestCommand = "sconfigJVM/test",
263263
sbtUpdateCommand = "sconfigJVM/update"
264264
)
265+
266+
lazy val munit = SbtCommunityProject(
267+
project = "munit",
268+
sbtTestCommand = "testsJVM/test",
269+
sbtUpdateCommand = "munitJVM/update",
270+
)
271+
265272
end projects
266273

267274
@Category(Array(classOf[TestCategory]))
@@ -335,6 +342,7 @@ class CommunityBuildTest {
335342
@Test def xmlInterpolator = projects.xmlInterpolator.run()
336343
@Test def effpi = projects.effpi.run()
337344
@Test def sconfig = projects.sconfig.run()
345+
@Test def munit = projects.munit.run()
338346
}
339347

340348
class TestCategory

0 commit comments

Comments
 (0)