diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 15:52:58 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 15:52:58 +0000 |
commit | 610f75e035725cfe4e68f41cdf17e0ba29c2f5cb (patch) | |
tree | e60e2ec3fcec9b484b76648c7006eda9a1a77bee /tools/valgrind/chrome_tests.bat | |
parent | bb5a4f89bc1ec304c38637bd7cefd811423220a9 (diff) | |
download | chromium_src-610f75e035725cfe4e68f41cdf17e0ba29c2f5cb.zip chromium_src-610f75e035725cfe4e68f41cdf17e0ba29c2f5cb.tar.gz chromium_src-610f75e035725cfe4e68f41cdf17e0ba29c2f5cb.tar.bz2 |
Added tools/valgrind/chrome_tests.bat to run chrome_tests.py on Windows
TBR=glider
Review URL: http://codereview.chromium.org/1359004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/chrome_tests.bat')
-rwxr-xr-x | tools/valgrind/chrome_tests.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/chrome_tests.bat b/tools/valgrind/chrome_tests.bat new file mode 100755 index 0000000..1a41b8f --- /dev/null +++ b/tools/valgrind/chrome_tests.bat @@ -0,0 +1,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 %*
|