Skip to content

Commit 93b9a10

Browse files
committed
Add Verify to Community Build
1 parent 928e01a commit 93b9a10

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,6 @@
117117
[submodule "community-build/community-projects/scala-collection-compat"]
118118
path = community-build/community-projects/scala-collection-compat
119119
url = https://github.com/dotty-staging/scala-collection-compat.git
120+
[submodule "community-build/community-projects/verify"]
121+
path = community-build/community-projects/verify
122+
url = https://github.com/scala/nanotest-strawman.git
Submodule verify added at c6646b4

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,9 @@ object projects:
340340
sbtTestCommand = "compat30/test",
341341
)
342342

343+
lazy val verify = SbtCommunityProject(
344+
project = "verify",
345+
sbtTestCommand = "verifyJVM/test",
346+
)
347+
343348
end projects

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ class CommunityBuildTestB extends CommunityBuildTest:
125125
@Test def sconfig = projects.sconfig.run()
126126
@Test def shapeless = projects.shapeless.run()
127127
@Test def stdLib213 = projects.stdLib213.run()
128+
@Test def verify = projects.verify.run()
128129
@Test def xmlInterpolator = projects.xmlInterpolator.run()
129130
@Test def zio = projects.zio.run()
130131
end CommunityBuildTestB

0 commit comments

Comments
 (0)