diff options
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 %*
|