1 # Copyright 2017 The Chromium Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 DEPS = [ 6 'isolate', 7 'recipe_engine/path', 8 ] 9 10 11 def RunSteps(api): 12 api.isolate.isolate_tests(api.path['checkout'].join('out', 'Release')) 13 14 15 def GenTests(api): 16 yield api.test('basic') 17