diff options
author | Sven Gothel <[email protected]> | 2011-03-01 02:11:59 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-03-01 02:11:59 +0100 |
commit | 40bc27c7199a747ff082b784b8e2871d36b763f5 (patch) | |
tree | 2fa5f0ed850e773d0f26d8dfb96478fe61c15098 /make/scripts/junit-singletest-x64.bat | |
parent | 83570ff52f67d8f0f7fe978e178bf7825041bee3 (diff) |
Fix TestSharedContextListAWT: Use in-thread simple frame construction, which somehow solves the problem on Windows having no height
Diffstat (limited to 'make/scripts/junit-singletest-x64.bat')
-rw-r--r-- | make/scripts/junit-singletest-x64.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/junit-singletest-x64.bat b/make/scripts/junit-singletest-x64.bat new file mode 100644 index 000000000..78aff8be3 --- /dev/null +++ b/make/scripts/junit-singletest-x64.bat @@ -0,0 +1 @@ +scripts\make.jogl.all.win64.bat -Dtestclass=com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListAWT -f build-test.xml junit.run.awt.singletest
|