diff options
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") |
