Home
last modified time | relevance | path

Searched refs:testBinary (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/go/internal/test/
Dtest.go777 testBinary := testBinaryName(p)
778 pkgsForBinary[testBinary] = append(pkgsForBinary[testBinary], p)
781 for testBinary, pkgs := range pkgsForBinary {
789 base.Errorf("cannot write test binary %s for multiple packages:\n%s", testBinary, buf.String())
1126 testBinary := testBinaryName(p)
1154 a.Target = testDir + testBinary + cfg.ExeSuffix
1179 if strings.Contains(testBinary, bad) {
1189 target := filepath.Join(base.Cwd(), testBinary+cfg.ExeSuffix)
1197 target = filepath.Join(target, testBinary+cfg.ExeSuffix)
1199 target = filepath.Join(base.Cwd(), target, testBinary+cfg.ExeSuffix)
/prebuilts/go/linux-x86/src/testing/
Dtesting.go657 var testBinary = "0" var
663 return testBinary == "1"