Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 585 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 585 Bytes

c-archive / c-shared linkmodes

Tests to ensure that c-archive link mode is working as expected.

Test that calls a CGo exported GoAdd method from C and check that the return value is correct. This is a cc_test that links statically against a go_binary.

Test that calls a CGo exported GoAdd method from C and check that the return value is correct. This is a cc_test that links dynamically against a go_binary.