diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-10 00:13:08 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-10 00:13:08 +0000 |
commit | c6a6572b7281e1ec953b7aea16791854bcba35d1 (patch) | |
tree | 7f272c4fa7482c46178ecdbcadf9344ced1963b8 /mojo | |
parent | 17d26c54db794bc23b4b87ae8f509bcb13d8eb3c (diff) | |
download | chromium_src-c6a6572b7281e1ec953b7aea16791854bcba35d1.zip chromium_src-c6a6572b7281e1ec953b7aea16791854bcba35d1.tar.gz chromium_src-c6a6572b7281e1ec953b7aea16791854bcba35d1.tar.bz2 |
Mojo: Add mojo_shell_tests to the mojob test list.
R=darin@chromium.org
Review URL: https://codereview.chromium.org/328483003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo')
-rw-r--r-- | mojo/tools/data/unittests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mojo/tools/data/unittests b/mojo/tools/data/unittests index 5493f63..7939ae2 100644 --- a/mojo/tools/data/unittests +++ b/mojo/tools/data/unittests @@ -1,6 +1,7 @@ # 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 @@ -20,3 +21,6 @@ mojo_view_manager_unittests # JavaScript tests: *mojo_apps_js_unittests *mojo_js_unittests + +# Shell integration tests: +*mojo_shell_tests |