| Index: scripts/slave/recipes/chromium_mojo.py
|
| diff --git a/scripts/slave/recipes/chromium_mojo.py b/scripts/slave/recipes/chromium_mojo.py
|
| index a70dda1c7d4d03c8010813e9535a4322967f4716..1da7dc18ff91bb0e52af6bd03cb790afe42e45e8 100644
|
| --- a/scripts/slave/recipes/chromium_mojo.py
|
| +++ b/scripts/slave/recipes/chromium_mojo.py
|
| @@ -162,6 +162,7 @@ def _UploadMandolineToGoogleStorage(api):
|
|
|
| @recipe_api.composite_step
|
| def _RunApptests(api):
|
| + # TODO(msw): Run and get compile targets via testing/scripts/mojo_apptests.py.
|
| runner = api.path['checkout'].join('mojo', 'tools', 'apptest_runner.py')
|
| api.python('app_tests', runner, [api.chromium.output_dir, '--verbose'])
|
|
|
| @@ -230,7 +231,7 @@ def RunSteps(api):
|
| api.properties.get('buildername'),
|
| use_goma=True)
|
|
|
| - api.chromium.compile(targets=['mandoline:all'])
|
| + api.chromium.compile(targets=['mandoline:all', 'mash/wm:tests'])
|
|
|
| if api.chromium.c.TARGET_PLATFORM == 'android':
|
| api.chromium_android.detect_and_setup_devices()
|
|
|