Commit c7d864c4 authored by Shenghou Ma's avatar Shenghou Ma

cmd/go: support -ccflags in 'go test'

Fixes #7810.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/89050043
parent 8f766412
......@@ -76,6 +76,7 @@ var testFlagDefn = []*testFlagSpec{
{name: "p"},
{name: "x", boolVar: &buildX},
{name: "work", boolVar: &buildWork},
{name: "ccflags"},
{name: "gcflags"},
{name: "exec"},
{name: "ldflags"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment