aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/IntegrationSpec.scala
diff options
context:
space:
mode:
authorAdam Izraelevitz2016-06-09 14:42:06 -0700
committerGitHub2016-06-09 14:42:06 -0700
commit77f190e0ad3cce4fe379bbee80fcae6bc05b3558 (patch)
tree26af299c41cd45b727b6d955c75433f830d78d30 /src/test/scala/firrtlTests/IntegrationSpec.scala
parent7feb5711cd1d505ccf816ab3e31a7cc876ab9560 (diff)
parent7d1202e1dfe00773be6e04fb7877ac084c7a7603 (diff)
Merge branch 'master' into update-spec
Diffstat (limited to 'src/test/scala/firrtlTests/IntegrationSpec.scala')
-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 =>