Merge pull request #227 from colincross/testdeps
Add link dependency on test package archive
This commit is contained in:
commit
19099e68bb
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ func buildGoTest(ctx blueprint.ModuleContext, testRoot, testPkgArchive,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
var linkDeps []string
|
linkDeps := []string{testPkgArchive}
|
||||||
libDirFlags := []string{"-L " + testRoot}
|
libDirFlags := []string{"-L " + testRoot}
|
||||||
testDeps := []string{}
|
testDeps := []string{}
|
||||||
ctx.VisitDepsDepthFirstIf(isGoPackageProducer,
|
ctx.VisitDepsDepthFirstIf(isGoPackageProducer,
|
||||||
|
|
Loading…
Reference in a new issue