File tree 4 files changed +10
-0
lines changed
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 @@ -360,4 +360,9 @@ object projects:
360
360
sbtTestCommand = " compat30/test" ,
361
361
)
362
362
363
+ lazy val verify = SbtCommunityProject (
364
+ project = " verify" ,
365
+ sbtTestCommand = " verifyJVM/test" ,
366
+ )
367
+
363
368
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