summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt9
1 files changed, 0 insertions, 9 deletions
diff --git a/build.sbt b/build.sbt
index 49c44c09..e395823d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -221,15 +221,6 @@ lazy val chisel = (project in file(".")).
)
)
-lazy val noPluginTests = (project in file ("no-plugin-tests")).
- dependsOn(chisel).
- settings(commonSettings: _*).
- settings(chiselSettings: _*).
- settings(Seq(
- // Totally don't know why GitHub Action won't introduce FIRRTL to dependency.
- libraryDependencies += defaultVersions("firrtl"),
- ))
-
// tests elaborating and executing/formally verifying a Chisel circuit with chiseltest
lazy val integrationTests = (project in file ("integration-tests")).
dependsOn(chisel).