From 1fe291cb9a08fb62e55e2d8c16f5b011af83cb44 Mon Sep 17 00:00:00 2001 From: Donggyu Date: Wed, 14 Sep 2016 15:02:21 -0700 Subject: Added Rob.fir for regression testing (#258) --- src/test/scala/firrtlTests/IntegrationSpec.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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") { -- cgit v1.2.3