• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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).
4# TODO(vtl): Add a way of specifying data dependencies instead.
5
6# System tests:
7mojo_system_unittests
8
9# Public tests:
10*mojo_public_bindings_unittests
11mojo_public_environment_unittests
12mojo_public_system_unittests
13mojo_public_utility_unittests
14
15# Non-system, non-public tests:
16mojo_common_unittests
17mojo_service_manager_unittests
18mojo_view_manager_lib_unittests
19mojo_view_manager_unittests
20
21# JavaScript tests:
22*mojo_apps_js_unittests
23*mojo_js_unittests
24
25# Shell integration tests:
26*mojo_shell_tests
27