From ba1f24345ac5ab20c669c73b871920001ac3a8ed Mon Sep 17 00:00:00 2001 From: David Biancolin Date: Tue, 17 Mar 2020 13:26:40 -0700 Subject: [RFC] Factor out common test classes; package them (#1412) * Pull out common test utilities into a separate package * Project a fat jar for test utilities Co-authored-by: Albert Magyar --- src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala') diff --git a/src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala b/src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala index b4ecf058..c280f134 100644 --- a/src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala +++ b/src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala @@ -5,6 +5,7 @@ import firrtl.annotations.{CircuitName, ComponentName, ModuleName} import firrtl.transforms.{GroupAnnotation, GroupComponents, NoCircuitDedupAnnotation} import firrtl._ import firrtl.ir._ +import firrtl.testutils._ import FirrtlCheckers._ -- cgit v1.2.3