Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LINK_TEST_TOOLEXEC (0.29 sec)

  1. src/cmd/link/dwarf_test.go

    // command. If LINK_TEST_TOOLEXEC is set, TestMain runs the binary as if it were
    // cmd/link, and otherwise runs the requested tool as a subprocess.
    //
    // This allows the test to verify the behavior of the current contents of the
    // cmd/link package even if the installed cmd/link binary is stale.
    func TestMain(m *testing.M) {
    	if os.Getenv("LINK_TEST_TOOLEXEC") == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 17:05:14 UTC 2023
    - 6.9K bytes
    - Viewed (0)
Back to top