• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018 the V8 project 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
5def CheckChangeOnCommit(input_api, output_api):
6  tests = input_api.canned_checks.GetUnitTestsInDirectory(
7      input_api, output_api, '.', whitelist=['v8_foozzie_test.py$'])
8  return input_api.RunTests(tests)
9