Add functional tests

To be enabled when a new firrtl-interpreter is published
This commit is contained in:
Edward Wang
2017-07-31 15:36:54 -07:00
committed by edwardcwang
parent de66405fe8
commit 94b13e96fb
2 changed files with 124 additions and 0 deletions

View File

@@ -26,6 +26,11 @@ lazy val mdf = (project in file("mdf/scalalib"))
lazy val macros = (project in file("macros"))
.dependsOn(mdf)
.settings(commonSettings)
.settings(Seq(
libraryDependencies ++= Seq(
"edu.berkeley.cs" %% "firrtl-interpreter" % "0.1-SNAPSHOT" % Test
)
))
lazy val tapeout = (project in file("tapeout"))
.settings(commonSettings)