[test] Migrate all uses of gtest to googletest

gtest is an old version that predates the googletest and googlemock
merger, all tests should be using the newer googletest that's being
kept in sync with the upstream version.

Change-Id: I17ad5df9f29203a6419eb5f7cbe9851fc87083c7
1 file changed
tree: 4a06ac36fb1ada6a50de91dd9a21683518d33dd5
  1. third_party/
  2. .clang-format
  3. .gitignore
  4. AUTHORS
  5. BUILD.gn
  6. LICENSE
  7. main.cc
  8. PATENTS
  9. README.md
README.md

Fuchsia libc tests

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