google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Forward kwargs to emboss_cc_library #155

Closed armandomontanez closed 1 month ago

armandomontanez commented 1 month ago

Forwards kwargs to emboss_cc_library to fix https://github.com/google/emboss/issues/154.

EricRahm commented 1 month ago

@armandomontanez Can you add a test that exercises this so that we don't break it in the future? @reventlov @robrussell can you take a look?

armandomontanez commented 1 month ago

@armandomontanez Can you add a test that exercises this so that we don't break it in the future? @reventlov @robrussell can you take a look?

Added a trivial instance that exercises this change.