aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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") {