aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDonggyu2016-09-14 15:02:21 -0700
committerGitHub2016-09-14 15:02:21 -0700
commit1fe291cb9a08fb62e55e2d8c16f5b011af83cb44 (patch)
tree0c3af99a40b674632b3616ec8d3235f9c6183ef0 /src
parent2c019e471ca19d472ca0243f206cba42a6d6efa1 (diff)
Added Rob.fir for regression testing (#258)
Diffstat (limited to 'src')
-rw-r--r--src/test/scala/firrtlTests/IntegrationSpec.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/IntegrationSpec.scala b/src/test/scala/firrtlTests/IntegrationSpec.scala
index df4104a8..e99a6e36 100644
--- a/src/test/scala/firrtlTests/IntegrationSpec.scala
+++ b/src/test/scala/firrtlTests/IntegrationSpec.scala
@@ -45,7 +45,9 @@ class IntegrationSpec extends FirrtlPropSpec {
}
}
- val compileTests = Seq(Test("rocket", "/regress"), Test("rocket-firrtl", "/regress"))
+ val compileTests = Seq(Test("rocket", "/regress"),
+ Test("rocket-firrtl", "/regress"),
+ Test("Rob", "/regress"))
compileTests foreach { test =>
property(s"${test.name} should compile to Verilog") {