Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1721)

Unified Diff: syzygy/run_all_tests.bat

Issue 4711043: Make test harness useable outside of Syzygy (Closed) Base URL: http://sawbuck.googlecode.com/svn/trunk/
Patch Set: '' Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syzygy/py/test_utils/testing.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/run_all_tests.bat
===================================================================
--- syzygy/run_all_tests.bat (revision 382)
+++ syzygy/run_all_tests.bat (working copy)
@@ -1,5 +1,4 @@
@echo off
-rem = """
:: Copyright 2009 Google Inc.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,9 +14,10 @@
:: limitations under the License.
set PYTHON="%~p0..\third_party\python_26\python.exe"
set SCRIPT="%~p0py\test_utils\gyp_tests.py"
+set GYP="%~p0syzygy.gyp"
set INTERNAL_TESTS="%~p0internal\run_all_tests.bat"
-%PYTHON% %SCRIPT% %*
+%PYTHON% %SCRIPT% --gyp-file=%GYP% %*
IF EXIST %INTERNAL_TESTS% (
%INTERNAL_TESTS% %*
« no previous file with comments | « syzygy/py/test_utils/testing.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b