Searched refs:testRoot (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/bootstrap/ |
D | bootstrap.go | 335 testArchiveFile := filepath.Join(testRoot(ctx), 337 g.testResultFile = buildGoTest(ctx, testRoot(ctx), testArchiveFile, 400 testArchiveFile = filepath.Join(testRoot(ctx), name+".a") 436 deps = buildGoTest(ctx, testRoot(ctx), testArchiveFile, 536 func buildGoTest(ctx blueprint.ModuleContext, testRoot, testPkgArchive, argument 546 mainFile := filepath.Join(testRoot, "test.go") 547 testArchive := filepath.Join(testRoot, "test.a") 548 testFile := filepath.Join(testRoot, "test") 549 testPassed := filepath.Join(testRoot, "test.passed") 551 buildGoPackage(ctx, testRoot, pkgPath, testPkgArchive, [all …]
|