File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 193
193
[submodule "community-build/community-projects/play-json "]
194
194
path = community-build/community-projects/play-json
195
195
url = https://github.com/dotty-staging/play-json.git
196
+ [submodule "community-build/community-projects/scalatestplus-testng "]
197
+ path = community-build/community-projects/scalatestplus-testng
198
+ url = https://github.com/dotty-staging/scalatestplus-testng.git
Original file line number Diff line number Diff line change @@ -302,6 +302,13 @@ object projects:
302
302
dependencies = List (scalatest)
303
303
)
304
304
305
+ lazy val scalatestplusTestNG = SbtCommunityProject (
306
+ project = " scalatestplus-testng" ,
307
+ sbtTestCommand = " test" ,
308
+ sbtPublishCommand = " publishLocal" ,
309
+ dependencies = List (scalatest)
310
+ )
311
+
305
312
lazy val scalaXml = SbtCommunityProject (
306
313
project = " scala-xml" ,
307
314
sbtTestCommand = " xml/test" ,
@@ -739,6 +746,7 @@ def allProjects = List(
739
746
projects.protoquill,
740
747
projects.onnxScala,
741
748
projects.playJson,
749
+ projects.scalatestplusTestNG,
742
750
)
743
751
744
752
lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
97
97
@ Test def izumiReflect = projects.izumiReflect.run()
98
98
@ Test def scalaSTM = projects.scalaSTM.run()
99
99
@ Test def scalatest = projects.scalatest.run()
100
+ @ Test def scalatestplusTestNG = projects.scalatestplusTestNG.run()
100
101
// 'Sciss/Lucre' dependencies:
101
102
// @Test def scissEqual = projects.scissEqual .run()
102
103
// @Test def scissFingerTree = projects.scissFingerTree.run()
You can’t perform that action at this time.
0 commit comments