From 5737a8ccbf54a6d22095023205867e851e204c3f Mon Sep 17 00:00:00 2001 From: jackkoenig Date: Thu, 10 Mar 2016 01:23:14 -0800 Subject: Add support for right shift by amount larger than argument width --- src/test/scala/firrtlTests/IntegrationSpec.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/test/scala') diff --git a/src/test/scala/firrtlTests/IntegrationSpec.scala b/src/test/scala/firrtlTests/IntegrationSpec.scala index eb5a7fa1..e9afd739 100644 --- a/src/test/scala/firrtlTests/IntegrationSpec.scala +++ b/src/test/scala/firrtlTests/IntegrationSpec.scala @@ -8,7 +8,9 @@ class IntegrationSpec extends FirrtlPropSpec { case class Test(name: String, dir: String) - val runTests = Seq(Test("GCDTester", "/integration")) + val runTests = Seq(Test("GCDTester", "/integration"), + Test("RightShiftTester", "/integration")) + runTests foreach { test => property(s"${test.name} should execute correctly") { -- cgit v1.2.3