Name Date Size #Lines LOC

..--

BUILD.bazelH A D25-Apr-2025262 1411

README.rstH A D25-Apr-2025669 1914

cmdline_test.goH A D25-Apr-20251.9 KiB8551

hermeticity_test.goH A D25-Apr-20257.1 KiB290246

README.rst

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