summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-10-23 05:32:42 +0200
committerSven Gothel <[email protected]>2010-10-23 05:32:42 +0200
commit68d1b38046e1c40bc937ba17ed9aac6e99f608b8 (patch)
tree9fb9672d1efdc32d203edd9faad4a9cb533feabe /make/scripts
parent1c7f8f8dafe0252afbb0e2701687210814b56793 (diff)
New jogamp.common.util.ArrayHashSet, providing O(1) queries/add and identity operations
Diffstat (limited to 'make/scripts')
-rw-r--r--make/scripts/runtest.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh
index 9484eb4..2939c2a 100644
--- a/make/scripts/runtest.sh
+++ b/make/scripts/runtest.sh
@@ -22,6 +22,8 @@ function onetest() {
echo
}
-onetest com.jogamp.common.util.TestRecursiveToolkitLock 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.test.TestPointerBufferEndian 2>&1 | tee -a $LOG
#onetest com.jogamp.gluegen.test.TestStructAccessorEndian 2>&1 | tee -a $LOG