aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorjackkoenig2016-04-27 00:32:38 -0700
committerjackkoenig2016-05-24 09:46:40 -0700
commit89cbd83265c5bfb3968865ebaddf79efb4f47050 (patch)
tree0510a1aaff81a5be3249bac66f9fc7bdfe67b6e5 /src/test
parentb9bf7ad196a203526977c0e299b60948be6b29c6 (diff)
Add integration test for single-ported memory
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/firrtlTests/IntegrationSpec.scala3
1 files changed, 2 insertions, 1 deletions
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 =>