Skip to content

Commit

Permalink
add espresso
Browse files Browse the repository at this point in the history
  • Loading branch information
wissygh authored and xiaofeibao-xjtu committed Sep 2, 2023
1 parent c47aee0 commit dd3e0d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ trait CommonYunSuan extends YSModule with SbtModule { m =>

override def forkArgs = Seq("-Xmx128G", "-Xss256m")

val resourcesPATH = os.pwd.toString() + "/src/main/resources"
val envPATH = sys.env("PATH") + ":" + resourcesPATH
override def forkEnv = Map("PATH" -> envPATH)

override def ivyDeps = super.ivyDeps() ++ Seq(ivys.chiseltest)

override def moduleDeps = super.moduleDeps ++ Seq(
Expand All @@ -62,6 +66,8 @@ trait CommonYunSuan extends YSModule with SbtModule { m =>

override def forkArgs = m.forkArgs

override def forkEnv = m.forkEnv

override def ivyDeps = super.ivyDeps() ++ Agg(
ivys.scalatest
)
Expand Down
Binary file added src/main/resources/espresso
Binary file not shown.

0 comments on commit dd3e0d7

Please sign in to comment.