Commit 1bf91116 by Olli Etuaho Committed by Commit Bot

Add alternative MSVS build path to perf_test_runner

If src/tests/tests.sln is built instead of gyp/ANGLE.sln, the test executable is placed under src/tests/Release*. TEST=perf_test_runner on Windows Change-Id: I72ce55e2caa8270bef089c073840d5e2d6caa14d Reviewed-on: https://chromium-review.googlesource.com/438348 Commit-Queue: Olli Etuaho <oetuaho@nvidia.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 44ff5a76
...@@ -19,6 +19,8 @@ base_path = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file_ ...@@ -19,6 +19,8 @@ base_path = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file_
# You might have to re-order these to find the specific version you want. # You might have to re-order these to find the specific version you want.
perftests_paths = [ perftests_paths = [
os.path.join('src', 'tests', 'Release_x64'),
os.path.join('src', 'tests', 'Release_Win32'),
os.path.join('out', 'Release_x64'), os.path.join('out', 'Release_x64'),
os.path.join('out', 'Release'), os.path.join('out', 'Release'),
os.path.join('gyp', 'Release_x64'), os.path.join('gyp', 'Release_x64'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment