Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		}
    	}
    }
    
    // The install command should have created a "shlibname" file for the
    // listed packages (and runtime/cgo, and math on arm) indicating the
    // name of the shared library containing it.
    func TestShlibnameFiles(t *testing.T) {
    	globalSkip(t)
    	pkgs := append([]string{}, minpkgs...)
    	pkgs = append(pkgs, "runtime/cgo")
    	if runtime.GOARCH == "arm" {
    		pkgs = append(pkgs, "math")
    	}
    	for _, pkg := range pkgs {
    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