Skip to content

Commit

Permalink
box_derive: Finish the test
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed May 21, 2024
1 parent 49906be commit bff2443
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/various/box_derive.ys
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ endmodule
EOF

box_derive -naming_attr final_name top
select -assert-mod-count 1 =bb1
select -assert-mod-count 0 =bb2
select -assert-mod-count 1 =bb3

select -assert-mod-count 1 =cc1
select -assert-mod-count 0 =cc2
select -assert-mod-count 0 =cc3

# the original aa, bb, cc, and 5 specializations
select -assert-mod-count 8 =A:whitebox

0 comments on commit bff2443

Please sign in to comment.