[AUTO UPDATE] Copying from upstream Mojo Repository.
29549dca73380c064e06ba0fae1b5be2ba4088f0
  Fri, 3 Jun 2016 16:47:47 +0200, etiennej@chromium.org
  Correctly send native test results on Android to the instrumentation framework.
3 files changed
tree: bd93c42c58f2b5053bc42d6092731690bbd35245
  1. android/
  2. gtest_ios/
  3. iossim/
  4. perf/
  5. scripts/
  6. .clang-format
  7. .gitattributes
  8. .gitignore
  9. AUTHORS
  10. BUILD.gn
  11. codereview.settings
  12. coverage_util_ios.cc
  13. coverage_util_ios.h
  14. generate_gmock_mutant.py
  15. gmock_mutant.h
  16. gtest_mac.h
  17. gtest_mac.mm
  18. gtest_mac_unittest.mm
  19. LICENSE
  20. multiprocess_func_list.cc
  21. multiprocess_func_list.h
  22. OWNERS
  23. platform_test.h
  24. platform_test_mac.mm
  25. PRESUBMIT.py
  26. README.md
  27. test.gni
  28. test_env.py
  29. xvfb.py
README.md

Mojo Testing

This directory contains the contents of upstream Mojo's testing/ directory.

At the moment, it is not meant to be built alone. Instead, it should be pulled into a repository which componentizing Mojo (through either Jiri or gclient).