diff options
| author | jackkoenig | 2016-04-27 00:32:38 -0700 |
|---|---|---|
| committer | jackkoenig | 2016-05-24 09:46:40 -0700 |
| commit | 89cbd83265c5bfb3968865ebaddf79efb4f47050 (patch) | |
| tree | 0510a1aaff81a5be3249bac66f9fc7bdfe67b6e5 /src/test | |
| parent | b9bf7ad196a203526977c0e299b60948be6b29c6 (diff) | |
Add integration test for single-ported memory
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/scala/firrtlTests/IntegrationSpec.scala | 3 |
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 => |
