From 89cbd83265c5bfb3968865ebaddf79efb4f47050 Mon Sep 17 00:00:00 2001 From: jackkoenig Date: Wed, 27 Apr 2016 00:32:38 -0700 Subject: Add integration test for single-ported memory --- src/test/scala/firrtlTests/IntegrationSpec.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/scala/firrtlTests/IntegrationSpec.scala b/src/test/scala/firrtlTests/IntegrationSpec.scala index 13e289d5..df4104a8 100644 --- a/src/test/scala/firrtlTests/IntegrationSpec.scala +++ b/src/test/scala/firrtlTests/IntegrationSpec.scala @@ -35,7 +35,8 @@ class IntegrationSpec extends FirrtlPropSpec { case class Test(name: String, dir: String) val runTests = Seq(Test("GCDTester", "/integration"), - Test("RightShiftTester", "/integration")) + Test("RightShiftTester", "/integration"), + Test("MemTester", "/integration")) runTests foreach { test => -- cgit v1.2.3