Assemble the firrt-test.jar and put it in its own directory

This commit is contained in:
David Biancolin
2020-05-14 03:09:39 +00:00
parent 3e57a5f539
commit ebe993cefe
3 changed files with 9 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import Tests._
// This gives us a nicer handle to the root project instead of using the
// implicit one
lazy val chipyardRoot = RootProject(file("."))
lazy val chipyardRoot = Project("chipyardRoot", file("."))
lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",