aboutsummaryrefslogtreecommitdiffstats
path: root/make/jogl_wince6_vs9
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-30 16:45:04 +0200
committerSven Gothel <[email protected]>2011-09-30 16:45:04 +0200
commitfeac236a9ec62a5a51053e06ad08ba9847c1b540 (patch)
tree87a1585cda051ce04e7ee87732cd3efff4a2eed9 /make/jogl_wince6_vs9
parent685d46d409ad9e0c4905a5b22bfba525456eedea (diff)
scripts
Diffstat (limited to 'make/jogl_wince6_vs9')
0 files changed, 0 insertions, 0 deletions
OG=runtest.log rm -f $LOG #D_ARGS="-Djogamp.debug.ProcAddressHelper=true -Djogamp.debug.NativeLibrary=true" D_ARGS="-Djogamp.debug.TraceLock" function onetest() { clazz=$1 shift echo $clazz java $D_ARGS -Djava.library.path=$builddir/obj:$builddir/test/build/natives -classpath lib/junit.jar:$ANT_JARS:$builddir/gluegen-rt.jar:$builddir/gluegen.jar:$builddir/test/build/classes $clazz echo } onetest com.jogamp.common.GlueGenVersion 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestIteratorIndexCORE 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.locks.TestRecursiveLock01 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestArrayHashSet01 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.PCPPTest 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.test.TestPointerBufferEndian 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.test.TestStructAccessorEndian 2>&1 | tee -a $LOG