提交 c925af33 编写于 作者: Y Yinan Xu

Bump Mill to 0.11.1

上级 2c8b80c9
......@@ -71,7 +71,7 @@ object chiseltest extends CommonModule with SbtModule {
ivy"org.scalatest::scalatest:3.2.0",
ivy"com.lihaoyi::utest:0.7.4"
) ++ chisel
object test extends Tests {
object test extends SbtModuleTests with TestModule.ScalaTest {
def ivyDeps = Agg(ivy"org.scalacheck::scalacheck:1.14.3")
def testFrameworks = Seq("org.scalatest.tools.Framework")
}
......@@ -90,7 +90,7 @@ object XiangShan extends CommonModule with SbtModule {
chiseltest
)
object test extends Tests {
object test extends SbtModuleTests with TestModule.ScalaTest {
override def forkArgs = Seq("-Xmx64G")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册