summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-04-08 22:01:08 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-04-09 13:20:45 -0700
commit41180adbc0d9e67677e9cd5d1dbd25208672d5d5 (patch)
tree42a0690086247a74afce7a9240231103085024fb /build.sc
parentdcd36598ef51a0c4d84874ca3f1a985790a0988a (diff)
downloadmill-41180adbc0d9e67677e9cd5d1dbd25208672d5d5.tar.gz
mill-41180adbc0d9e67677e9cd5d1dbd25208672d5d5.tar.bz2
mill-41180adbc0d9e67677e9cd5d1dbd25208672d5d5.zip
Vendored TestNGFramework compiles, ported to Java
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.sc b/build.sc
index 1376690b..55da37ec 100755
--- a/build.sc
+++ b/build.sc
@@ -70,6 +70,14 @@ object client extends MillPublishModule{
)
}
+
+object testng extends MillPublishModule{
+ def ivyDeps = Agg(
+ ivy"org.scala-sbt:test-interface:1.0",
+ ivy"org.testng:testng:6.11"
+ )
+}
+
object core extends MillModule {
def moduleDeps = Seq(moduledefs)