Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dbootstrap.go337 testArchiveFile := filepath.Join(testRoot(ctx, g.config),
339 g.testResultFile = buildGoTest(ctx, testRoot(ctx, g.config), testArchiveFile,
402 testArchiveFile = filepath.Join(testRoot(ctx, g.config), name+".a")
440 testDeps = buildGoTest(ctx, testRoot(ctx, g.config), testArchiveFile,
548 func buildGoTest(ctx blueprint.ModuleContext, testRoot, testPkgArchive, argument
558 mainFile := filepath.Join(testRoot, "test.go")
559 testArchive := filepath.Join(testRoot, "test.a")
560 testFile := filepath.Join(testRoot, "test")
561 testPassed := filepath.Join(testRoot, "test.passed")
563 buildGoPackage(ctx, testRoot, pkgPath, testPkgArchive,
[all …]