Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dbootstrap.go363 testArchiveFile := filepath.Join(testRoot(ctx, g.config),
365 g.testResultFile = buildGoTest(ctx, testRoot(ctx, g.config), testArchiveFile,
439 testArchiveFile = filepath.Join(testRoot(ctx, g.config), name+".a")
475 testDeps = buildGoTest(ctx, testRoot(ctx, g.config), testArchiveFile,
583 func buildGoTest(ctx blueprint.ModuleContext, testRoot, testPkgArchive, argument
593 mainFile := filepath.Join(testRoot, "test.go")
594 testArchive := filepath.Join(testRoot, "test.a")
595 testFile := filepath.Join(testRoot, "test")
596 testPassed := filepath.Join(testRoot, "test.passed")
598 buildGoPackage(ctx, testRoot, pkgPath, testPkgArchive,
[all …]