Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 502 Bytes

README.rst

File metadata and controls

16 lines (11 loc) · 502 Bytes

Basic -buildmode=plugin functionality

Tests to ensure the basic features of go_binary with linkmode="plugin" are working as expected.

all_test

  1. Test that a go_binary rule can write its shared object file with a custom name in the package directory (not the mode directory).
  2. Test that a plugin built using a go_binary rule can be loaded by a Go program and that its symbols are working as expected.