Skip to content

Commit bff2443

Browse files
committed
box_derive: Finish the test
1 parent 49906be commit bff2443

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/various/box_derive.ys

+10
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ endmodule
3535
EOF
3636

3737
box_derive -naming_attr final_name top
38+
select -assert-mod-count 1 =bb1
39+
select -assert-mod-count 0 =bb2
40+
select -assert-mod-count 1 =bb3
41+
42+
select -assert-mod-count 1 =cc1
43+
select -assert-mod-count 0 =cc2
44+
select -assert-mod-count 0 =cc3
45+
46+
# the original aa, bb, cc, and 5 specializations
47+
select -assert-mod-count 8 =A:whitebox

0 commit comments

Comments
 (0)