Chromium Code Reviews| Index: mojo/tools/data/apptests |
| diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests |
| index 9e789b296996dea6b90a55d9ad8a7392e084cb17..f746c87153103cd96d92e902f488b7702593aff1 100644 |
| --- a/mojo/tools/data/apptests |
| +++ b/mojo/tools/data/apptests |
| @@ -23,6 +23,12 @@ |
| "test": "mojo:network_service_apptests", |
| }, |
| { |
| + "test": "mojo:example_apptests", |
|
qsr
2015/01/12 17:37:45
I guess we need name somewhere here, but this is n
etiennej
2015/01/14 00:54:04
Acknowledged.
|
| + # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. |
| + "test-args": ["--example_apptest_arg"], |
| + "shell-args": ["--url-mappings=mojo:example_service=mojo:python_example_service"], |
| + }, |
| + { |
| "test": "mojo:view_manager_service_apptests", |
| "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-config --use-osmesa"], |
| }, |