Added a manifest
1 file changed
tree: 7ca1db74342a171af0c165213454231a0ae39e47
  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. manifest
  21. multiprocess_func_list.cc
  22. multiprocess_func_list.h
  23. OWNERS
  24. platform_test.h
  25. platform_test_mac.mm
  26. PRESUBMIT.py
  27. README.md
  28. test.gni
  29. test_env.py
  30. 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).