Annotate GN rules for tests with testonly

This annotates test targets that depend on gtest as testonly. This
annotations helps us avoid accidentally depending on testing libraries
(like gtest) in production code.

Change-Id: I13ddb84a4c6eaa584212738942b5ab18836bba4f
15 files changed
tree: f993811953a14941120cc463e45b2f0e57a6c060
  1. third_party/
  2. .clang-format
  3. .gitignore
  4. AUTHORS
  5. BUILD.gn
  6. LICENSE
  7. main.cc
  8. README.md
README.md

Fuchsia libc tests

This repo contains tools for ensuring the correctness of Fuchsia's libc implementation.