File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 117
117
[submodule "community-build/community-projects/scala-collection-compat "]
118
118
path = community-build/community-projects/scala-collection-compat
119
119
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/dotty-staging/nanotest-strawman.git
Original file line number Diff line number Diff line change @@ -340,4 +340,9 @@ object projects:
340
340
sbtTestCommand = " compat30/test" ,
341
341
)
342
342
343
+ lazy val verify = SbtCommunityProject (
344
+ project = " verify" ,
345
+ sbtTestCommand = " verifyJVM/test" ,
346
+ )
347
+
343
348
end projects
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ class CommunityBuildTestB extends CommunityBuildTest:
125
125
@ Test def sconfig = projects.sconfig.run()
126
126
@ Test def shapeless = projects.shapeless.run()
127
127
@ Test def stdLib213 = projects.stdLib213.run()
128
+ @ Test def verify = projects.verify.run()
128
129
@ Test def xmlInterpolator = projects.xmlInterpolator.run()
129
130
@ Test def zio = projects.zio.run()
130
131
end CommunityBuildTestB
You can’t perform that action at this time.
0 commit comments