Chromium Code Reviews| Index: testing/scripts/mojo_apptests.py |
| diff --git a/testing/scripts/mojo_apptests.py b/testing/scripts/mojo_apptests.py |
| index 49b855da2faa813c5d984837b0ffc295970be96f..70f32c8037cd3474bc4f5340473d18945e4983a4 100755 |
| --- a/testing/scripts/mojo_apptests.py |
| +++ b/testing/scripts/mojo_apptests.py |
| @@ -34,7 +34,7 @@ def main_run(args): |
| def main_compile_targets(args): |
| - json.dump(['mandoline:tests'], args.output) |
| + json.dump(['mandoline:tests', 'mash/wm:tests'], args.output) |
| if __name__ == '__main__': |