Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AssertHasRPath (0.1 sec)

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

    	AssertIsLinkedTo(t, shlib, soname)
    	goCmd(t, "install", "-linkshared", "./exe")
    	AssertIsLinkedTo(t, "../../bin/exe", soname)
    	AssertIsLinkedTo(t, "../../bin/exe", filepath.Base(shlib))
    	AssertHasRPath(t, "../../bin/exe", gorootInstallDir)
    	AssertHasRPath(t, "../../bin/exe", filepath.Dir(gopathInstallDir))
    	// And check it runs.
    	run(t, "executable linked to GOPATH library", "../../bin/exe")
    }
    
    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