Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
remove support for utest (#688)
Browse files Browse the repository at this point in the history
The support already was not tested in CI.
  • Loading branch information
ekiwi authored Sep 22, 2023
1 parent 1648c14 commit 6e8ebc7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 110 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@ lazy val chiseltestSettings = Seq(
"org.scalatest" %% "scalatest" % "3.2.17",
"com.lihaoyi" %% "utest" % "0.8.1",
"net.java.dev.jna" % "jna" % "5.13.0",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"com.lihaoyi" %% "os-lib" % "0.8.1",
compilerPlugin(("org.chipsalliance" % "chisel-plugin" % chiselVersion).cross(CrossVersion.full))
),
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
resolvers ++= Resolver.sonatypeOssRepos("releases"),
testFrameworks += new TestFramework("utest.runner.Framework"),
)

lazy val publishSettings = Seq(
Expand Down
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
logLevel := Level.Warn

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
84 changes: 0 additions & 84 deletions src/main/scala/chiseltest/ChiselUtestTester.scala

This file was deleted.

21 changes: 0 additions & 21 deletions src/test/scala/chiseltest/tests/UtestTesterTest.scala

This file was deleted.

0 comments on commit 6e8ebc7

Please sign in to comment.