github.com/0xKiwi/rules_go@v0.24.3/tests/core/transition/README.rst (about)

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