Enable go tests for blueprint_tools
We haven't been building the tests for any Go tools that get built during the primary stage, since we haven't been passing -t to the primary builder. So enable them there so that we test those tools. Change-Id: Ic7720c0679419f9e1ba61c7e151f37eb5c7bc8dc
This commit is contained in:
parent
8c7fd39c28
commit
e8a33ee623
1 changed files with 1 additions and 0 deletions
|
@ -612,6 +612,7 @@ func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
|
|||
|
||||
case 1:
|
||||
primaryBuilderName = ctx.ModuleName(primaryBuilders[0])
|
||||
primaryBuilderExtraFlags = extraTestFlags
|
||||
|
||||
default:
|
||||
ctx.Errorf("multiple primary builder modules present:")
|
||||
|
|
Loading…
Reference in a new issue