Closed
Description
I want this to work:
$ go test -c std cmd
cannot use -c flag with multiple packages
But I don't actually care about the binaries. I just want to test that all the tests can compile, and how fast. @randall77 also wants this for SSA coverage reasons.