1Misc configuration transition tests 2=================================== 3 4.. _go_binary: /docs/go/core/rules.md#_go_binary 5.. _go_test: /docs/go/core/rules.md#_go_test 6 7Tests that check that configuration transitions for `go_binary`_ and `go_test`_ 8are working correctly. 9 10Most tests for specific attributes are in other directories, for example, 11``c_linkmodes``, ``cross``, ``nogo``, ``race``. This directory covers 12transition-related stuff that doesn't fit anywhere else. 13 14cmdline_test 15------------ 16Tests that build settings can be set with flags on the command line. The test 17builds a target with and without a command line flag and verifies the output 18is different. 19