diff options
author | Sven Gothel <[email protected]> | 2010-11-12 00:51:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-12 00:51:39 +0100 |
commit | 68b6fe47ea0c93ccd39497f12de9ba37415803ee (patch) | |
tree | dc3ad6fc9240207c36ba7a10233e441a4dc7e1d3 /make/scripts | |
parent | b735755815312b5fe2c003642de60711be1cd645 (diff) |
com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersion
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index 996bb3d..4a1fea3 100644 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -38,7 +38,7 @@ function onetest() { echo } -onetest com.jogamp.common.util.GlueGenVersion 2>&1 | tee -a $LOG +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 |