summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x32-dbg.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-10-08 21:15:04 +0200
committerSven Gothel <[email protected]>2014-10-08 22:32:45 +0200
commit6cbc626a2815595e7bea6177cac17aade906d315 (patch)
tree82b175720af0776e74af43093b810216cc6637c0 /make/scripts/tests-x32-dbg.bat
parent5d678e5c642f09a644a97208dbd7ad64dba4e3e0 (diff)
Fix windows test scripts: Add gluegen-test-util.jar
Diffstat (limited to 'make/scripts/tests-x32-dbg.bat')
-rwxr-xr-xmake/scripts/tests-x32-dbg.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x32-dbg.bat b/make/scripts/tests-x32-dbg.bat
index 01266effe..4eb543a32 100755
--- a/make/scripts/tests-x32-dbg.bat
+++ b/make/scripts/tests-x32-dbg.bat
@@ -20,7 +20,7 @@ set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;%FFMPEG_LIB%;%PATH%
REM set LIB_DIR=%BLD_DIR%\lib;..\..\gluegen\%BLD_SUB%\obj
set LIB_DIR=
-set CP_ALL=.;%BLD_DIR%\jar\jogl-all.jar;%BLD_DIR%\jar\atomic\oculusvr.jar;%BLD_DIR%\jar\jogl-test.jar;..\..\gluegen\%BLD_SUB%\gluegen-rt.jar;..\..\gluegen\make\lib\junit.jar;%ANT_PATH%\lib\ant.jar;%ANT_PATH%\lib\ant-junit.jar;%BLD_DIR%\..\make\lib\swt\win32-win32-x86\swt-debug.jar
+set CP_ALL=.;%BLD_DIR%\jar\jogl-all.jar;%BLD_DIR%\jar\atomic\oculusvr.jar;%BLD_DIR%\jar\jogl-test.jar;..\..\gluegen\%BLD_SUB%\gluegen-rt.jar;..\..\gluegen\%BLD_SUB%\gluegen-test-util.jar;..\..\gluegen\make\lib\junit.jar;%ANT_PATH%\lib\ant.jar;%ANT_PATH%\lib\ant-junit.jar;%BLD_DIR%\..\make\lib\swt\win32-win32-x86\swt-debug.jar
echo CP_ALL %CP_ALL%