aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-17 15:20:22 +0100
committerSven Gothel <[email protected]>2020-01-17 15:20:22 +0100
commit8e5dae78bb99a0fbcd5593e91c2b08e84dd639e4 (patch)
treec016f2acb3d0dc3a7fcd4fa164af7f51ddde28d1 /make/scripts/tests-x64.bat
parentba83a59363023ba0cc314746d7864ccf2cdd4d7a (diff)
Bug 1422: Windows test*.bat: Add C:\temp to PATH, allowing picking up custom libraries for testing
Used for testing Bug 1422 on Windows via qemu-kvm using Mesa 19.3.2 <https://github.com/pal1000/mesa-dist-win/releases>. Here I dropped the native libs to C:\temp and moved the C:\Windows\System32\OpenGL32.dll out of sight by renaming it.
Diffstat (limited to 'make/scripts/tests-x64.bat')
-rwxr-xr-xmake/scripts/tests-x64.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests-x64.bat b/make/scripts/tests-x64.bat
index d53d85a75..a7d474506 100755
--- a/make/scripts/tests-x64.bat
+++ b/make/scripts/tests-x64.bat
@@ -16,6 +16,8 @@ REM set FFMPEG_LIB=C:\ffmpeg_libav\lavc54_lavf54_lavu52_lavr01-libav\x64
REM set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;%PROJECT_ROOT%\make\lib\external\PVRVFrame\OGLES-2.0\Windows_x86_64;%PATH%
set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;%FFMPEG_LIB%;%PATH%
+set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;C:\temp;%FFMPEG_LIB%;%PATH%
+echo PATH %PATH%
set BLD_DIR=..\%BLD_SUB%
REM set LIB_DIR=%BLD_DIR%\lib;..\..\gluegen\%BLD_SUB%\obj