Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTwoGopathShlibs (0.13 sec)

  1. src/cmd/cgo/internal/testshared/shared_test.go

    	}
    }
    
    // Build a GOPATH package (depBase) into a shared library that links against the goroot
    // runtime, another package (dep2) that links against the first, and an
    // executable that links against dep2.
    func TestTwoGopathShlibs(t *testing.T) {
    	globalSkip(t)
    	goCmd(t, "install", "-buildmode=shared", "-linkshared", "./depBase")
    	goCmd(t, "install", "-buildmode=shared", "-linkshared", "./dep2")
    	goCmd(t, "install", "-linkshared", "./exe2")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 26 01:54:41 UTC 2023
    - 36.3K bytes
    - Viewed (0)
Back to top