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 --- .../scala/firrtlTests/annotationTests/TargetDirAnnotationSpec.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/test/scala/firrtlTests/annotationTests/TargetDirAnnotationSpec.scala') diff --git a/src/test/scala/firrtlTests/annotationTests/TargetDirAnnotationSpec.scala b/src/test/scala/firrtlTests/annotationTests/TargetDirAnnotationSpec.scala index ea4127bc..cbcd72e9 100644 --- a/src/test/scala/firrtlTests/annotationTests/TargetDirAnnotationSpec.scala +++ b/src/test/scala/firrtlTests/annotationTests/TargetDirAnnotationSpec.scala @@ -3,13 +3,15 @@ package firrtlTests package annotationTests -import firrtlTests._ import firrtl._ +import firrtl.testutils.FirrtlFlatSpec + import firrtl.annotations.{Annotation, NoTargetAnnotation} case object FoundTargetDirTransformRanAnnotation extends NoTargetAnnotation case object FoundTargetDirTransformFoundTargetDirAnnotation extends NoTargetAnnotation + /** Looks for [[TargetDirAnnotation]] */ class FindTargetDirTransform extends Transform { def inputForm = HighForm -- cgit v1.2.3