diff options
author | Sven Gothel <[email protected]> | 2015-03-25 13:50:26 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-25 13:50:26 +0100 |
commit | 32ca07fc21d1af2034c1788b6317ee14e1354d15 (patch) | |
tree | cdd79a5e43d2833ccce97f722447eb4a97cc55a9 /make/scripts/runtest-x64.bat | |
parent | d30a3ea54e26978d6ff199cba0fd79c5c0cef483 (diff) |
Bug 1149 - Fix JCPP test case IncludeAbsoluteTest
Diffstat (limited to 'make/scripts/runtest-x64.bat')
-rwxr-xr-x | make/scripts/runtest-x64.bat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/scripts/runtest-x64.bat b/make/scripts/runtest-x64.bat index 199122a..1dfff6f 100755 --- a/make/scripts/runtest-x64.bat +++ b/make/scripts/runtest-x64.bat @@ -3,8 +3,11 @@ REM set TMP=C:\Documents and Settings\jogamp\temp-exec REM set TEMP=C:\Users\jogamp\temp-exec REM set TMP=C:\Users\jogamp\temp-exec -scripts\java-win64.bat com.jogamp.common.GlueGenVersion +REM scripts\java-win64.bat com.jogamp.common.GlueGenVersion REM scripts\java-win64.bat com.jogamp.common.util.TestVersionInfo + +scripts\java-win64.bat com.jogamp.gluegen.jcpp.IncludeAbsoluteTest + REM scripts\java-win64.bat com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter REM scripts\java-win64.bat com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter REM scripts\java-win64.bat com.jogamp.common.util.TestTempJarCache |