summaryrefslogtreecommitdiffstats
path: root/mojo/tools/data/unittests
blob: 7939ae249702c36d9c6c29bcec1bb0932f399b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file contains a list of Mojo gtest unit tests.
# Prepend * to indicate that results shouldn't be cached (e.g., if the test has
# other data dependencies).
# TODO(vtl): Add a way of specifying data dependencies instead.

# System tests:
mojo_system_unittests

# Public tests:
*mojo_public_bindings_unittests
mojo_public_environment_unittests
mojo_public_system_unittests
mojo_public_utility_unittests

# Non-system, non-public tests:
mojo_common_unittests
mojo_service_manager_unittests
mojo_view_manager_lib_unittests
mojo_view_manager_unittests

# JavaScript tests:
*mojo_apps_js_unittests
*mojo_js_unittests

# Shell integration tests:
*mojo_shell_tests