aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorazidar2016-01-29 15:15:45 -0800
committerazidar2016-02-09 18:55:25 -0800
commite2177899c82e464f853e4daf8d23c11d27ca5157 (patch)
tree6aed1a955c26c3094ea869b959f0a7b259e35b2e /build.sbt
parentf3c4c604549db6bbe824c29649bb05bba7470d8a (diff)
WIP, nothing works. Starting creating working IR and necessary utils
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ed744693..6b2dee54 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,7 +16,7 @@ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2"
// Assembly
-//assemblyJarName in assembly := "firrtl.jar"
+assemblyJarName in assembly := "firrtl.jar"
test in assembly := {} // Should there be tests?