Skip to content

Commit 756910d

Browse files
committed
Add MUnit to the community build
1 parent deef8c8 commit 756910d

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 e0c3cac

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@ object projects:
268268
sbtTestCommand = "sconfigJVM/test",
269269
sbtUpdateCommand = "sconfigJVM/update"
270270
)
271+
272+
lazy val munit = SbtCommunityProject(
273+
project = "munit",
274+
sbtTestCommand = "testsJVM/test",
275+
sbtUpdateCommand = "munitJVM/update",
276+
)
277+
271278
end projects
272279

273280
@Category(Array(classOf[TestCategory]))
@@ -341,6 +348,7 @@ class CommunityBuildTest:
341348
@Test def xmlInterpolator = projects.xmlInterpolator.run()
342349
@Test def effpi = projects.effpi.run()
343350
@Test def sconfig = projects.sconfig.run()
351+
@Test def munit = projects.munit.run()
344352
end CommunityBuildTest
345353

346354
class TestCategory

0 commit comments

Comments
 (0)