Skip to content

Commit d022cf8

Browse files
committed
test/orfs/gcd: add eqy_tests group, disabled by default
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 27a28cf commit d022cf8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/orfs/gcd/BUILD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,12 @@ filegroup(
9090
module_top = "gcd",
9191
tags = ["manual"],
9292
) for i in range(len(STAGES) - 1)]
93+
94+
test_suite(
95+
name = "eqy_tests",
96+
tags = ["manual"],
97+
tests = [
98+
"eqy_{stage}_test".format(stage = STAGES[i + 1])
99+
for i in range(len(STAGES) - 1)
100+
],
101+
)

0 commit comments

Comments
 (0)