| OLD | NEW |
| 1 # This file contains a list of Mojo gtest unit tests. | 1 # This file contains a list of Mojo gtest unit tests. |
| 2 # Prepend * to indicate that results shouldn't be cached (e.g., if the test has |
| 3 # other data dependencies). |
| 2 | 4 |
| 3 # System tests: | 5 # System tests: |
| 4 mojo_system_unittests | 6 mojo_system_unittests |
| 5 | 7 |
| 6 # Public tests: | 8 # Public tests: |
| 7 mojo_public_bindings_unittests | 9 *mojo_public_bindings_unittests |
| 8 mojo_public_environment_unittests | 10 mojo_public_environment_unittests |
| 9 mojo_public_system_unittests | 11 mojo_public_system_unittests |
| 10 mojo_public_utility_unittests | 12 mojo_public_utility_unittests |
| 11 | 13 |
| 12 # Non-system, non-public tests: | 14 # Non-system, non-public tests: |
| 13 mojo_apps_js_unittests | |
| 14 mojo_common_unittests | 15 mojo_common_unittests |
| 15 mojo_js_unittests | |
| 16 mojo_service_manager_unittests | 16 mojo_service_manager_unittests |
| 17 mojo_view_manager_lib_unittests | 17 mojo_view_manager_lib_unittests |
| 18 mojo_view_manager_unittests | 18 mojo_view_manager_unittests |
| 19 |
| 20 # JavaScript tests: |
| 21 *mojo_apps_js_unittests |
| 22 *mojo_js_unittests |
| OLD | NEW |