diff options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/scala/firrtlTests/IntegrationSpec.scala | 4 |
1 files changed, 3 insertions, 1 deletions
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") { |
