blob: 1a41b8feee642513b08163f3f015e630b1d601d8 (
plain)
1
2
3
4
5
6
7
|
@echo off
:: Copyright (c) 2010 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.
set PYTHONPATH=%~dp0../python
python %~dp0/chrome_tests.py %*
|