Searched refs:testBinary (Results 1 – 2 of 2) sorted by relevance
777 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.ExeSuffix1179 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)
657 var testBinary = "0" var663 return testBinary == "1"