[build] Work around test_spec() missing testonly in go_test()

test_spec() should set testonly=true automatically, but that is
blocked on cleaning up the Rust templates.  For now, fix the
problem for go_test() uses of test_spec() by setting it directly.

Bug: BLD-493 #comment Work around test_spec() missing testonly in go_test()
Change-Id: Ibaa385be3ddeb01540f7ef7426187e6836cec6f2
1 file changed
tree: 00b2f74c4a647642e682d6cd45b81672f7dc1bd7
  1. boards/
  2. build/
  3. buildtools/
  4. bundles/
  5. docs/
  6. examples/
  7. garnet/
  8. infra/
  9. peridot/
  10. products/
  11. scripts/
  12. sdk/
  13. src/
  14. third_party/
  15. tools/
  16. zircon/
  17. .clang-format
  18. .dir-locals.el
  19. .gitattributes
  20. .gitignore
  21. .gn
  22. AUTHORS
  23. BUILD.gn
  24. CODE_OF_CONDUCT.md
  25. CONTRIBUTING.md
  26. LICENSE
  27. OWNERS
  28. PATENTS
  29. README.md
  30. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See the documentation.