diff options
| author | Jiuyang Liu | 2021-05-29 06:27:08 +0800 |
|---|---|---|
| committer | GitHub | 2021-05-28 22:27:08 +0000 |
| commit | 461691810094f5ca6722f9e5bbd3a1304cec36fd (patch) | |
| tree | 68c79542aaa01177098d2953dd3c3728276bea6d /build.sc | |
| parent | cc6d925f31ef5253b6af50146d79e20d8e575adb (diff) | |
remove testOnly, since upstream implemented it. (#1946)
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -116,12 +116,6 @@ class chisel3CrossModule(val crossScalaVersion: String) extends CommonModule wit def testFrameworks = T { Seq("org.scalatest.tools.Framework") } - - // a sbt-like testOnly command. - // for example, mill -i "chisel3[2.12.12].test.testOnly" "chiselTests.BitwiseOpsSpec" - def testOnly(args: String*) = T.command { - super.runMain("org.scalatest.run", args: _*) - } } override def buildInfoPackageName = Some("chisel3") |
