xref: /aosp_15_r20/external/bazelbuild-rules_go/tests/core/go_plugin/README.rst (revision 9bb1b549b6a84214c53be0924760be030e66b93a)
1Basic -buildmode=plugin functionality
2=====================================
3
4.. _go_binary: /docs/go/core/rules.md#_go_binary
5
6Tests to ensure the basic features of go_binary with linkmode="plugin" are
7working as expected.
8
9all_test
10--------
11
121. Test that a go_binary_ rule can write its shared object file with a custom
13   name in the package directory (not the mode directory).
14
152. Test that a plugin built using a go_binary_ rule can be loaded by a Go
16   program and that its symbols are working as expected.
17