summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sc b/build.sc
index 55da37ec..8d1ea053 100755
--- a/build.sc
+++ b/build.sc
@@ -210,6 +210,7 @@ object integration extends MillModule{
def testArgs = T{
scalajslib.testArgs() ++
scalaworker.testArgs() ++
+ Seq("-DMILL_TESTNG=" + testng.runClasspath().map(_.path).mkString(",")) ++
(for((k, v) <- testRepos()) yield s"-D$k=$v")
}
def forkArgs = testArgs()