Skip to content

Commit

Permalink
Add missing scala test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Feb 12, 2024
1 parent 8c87e5f commit e77938a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ lazy val root = (project in file(".")).
scalacOptions += s"-Xplugin:${new File(baseDirectory.value + s"/../SpinalHDL/idslplugin/target/scala-2.12/spinalhdl-idsl-plugin_2.12-$spinalVersion.jar")}",
scalacOptions += s"-Xplugin-require:idsl-plugin",
libraryDependencies ++= Seq(
"org.yaml" % "snakeyaml" % "1.8"
"org.yaml" % "snakeyaml" % "1.8",
"org.scalatest" %% "scalatest" % "3.2.14" % "test"
),
name := "VexRiscv"
).dependsOn(spinalHdlIdslPlugin, spinalHdlSim,spinalHdlCore,spinalHdlLib)
Expand Down

0 comments on commit e77938a

Please sign in to comment.