| Index: mojo/tools/data/apptests
|
| diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
|
| index 9f8afc47265c7fb6967a2b88adbada140e26750b..18c35d67f2d25e43cbfb499fb5bd33815604737e 100644
|
| --- a/mojo/tools/data/apptests
|
| +++ b/mojo/tools/data/apptests
|
| @@ -23,6 +23,12 @@
|
| "test": "mojo:network_service_apptests",
|
| },
|
| {
|
| + "test": "mojo:example_apptests",
|
| + # 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"],
|
| },
|
|
|