Add test folder

This commit is contained in:
Dolu1990
2023-12-11 12:16:37 +01:00
parent 17607424ab
commit 0340f9799c
3 changed files with 1 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ val spinalIdslPlugin = compilerPlugin("com.github.spinalhdl" %% "spinalhdl-idsl-
lazy val projectname = (project in file("."))
.settings(
Compile / scalaSource := baseDirectory.value / "hw" / "spinal",
Test / scalaSource := baseDirectory.value / "test" / "spinal",
libraryDependencies ++= Seq(spinalCore, spinalLib, spinalIdslPlugin)
)