Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBinaryOnlyPackages (0.22 sec)

  1. src/cmd/go/go_test.go

    	tg.tempFile("src/p4/p4_test.go", strings.Replace(testSrc, "package_test", "p4_test", 1))
    	tg.setenv("GOPATH", tg.path("."))
    	tg.run("test", "-p=4", "p1", "p2", "p3", "p4")
    }
    
    func TestBinaryOnlyPackages(t *testing.T) {
    	tooSlow(t, "compiles several packages sequentially")
    
    	tg := testgo(t)
    	defer tg.cleanup()
    	tg.parallel()
    	tg.makeTempdir()
    	tg.setenv("GOPATH", tg.path("."))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top