blob: d353e2cde7e30bbb42bacc6f395d000984df5013 [file] [log] [blame]
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
DEPS = [
'chromium',
'chromium_android',
'recipe_engine/json',
]
def RunSteps(api):
api.chromium.set_config('chromium')
api.chromium_android.set_config('main_builder')
with api.chromium_android.android_test_wrapper()(api):
api.chromium_android.run_test_suite('test_suite', shard_timeout=1200)
def GenTests(api):
yield api.test('basic')