From 0233f704e83d380b1fe8311dfffa3f44f74b506b Mon Sep 17 00:00:00 2001 From: Richard Lin Date: Thu, 15 Dec 2016 12:01:32 -0800 Subject: Can The Spam: disable reflective call warnings on tests (#415) --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index f9b7c36d..90004d2d 100644 --- a/build.sbt +++ b/build.sbt @@ -126,6 +126,7 @@ lazy val chisel = (project in file(".")). dependsOn(coreMacros % "compile-internal;test-internal"). dependsOn(chiselFrontend % "compile-internal;test-internal"). settings( + scalacOptions in Test ++= Seq("-language:reflectiveCalls"), aggregate in doc := false, // Include macro classes, resources, and sources main JAR. mappings in (Compile, packageBin) <++= mappings in (coreMacros, Compile, packageBin), -- cgit v1.2.3