Updated README.md to reflect the state of the repository
1 file changed
tree: 0a13319e83ce9bf64c13e074cbb451758ef67f4d
  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).