diff options
author | Sven Gothel <[email protected]> | 2010-11-10 11:11:19 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-10 11:11:19 +0100 |
commit | a3e6a4c6a40d2c6ba64c81b48a7f8557d5c1219b (patch) | |
tree | ce3a1e1136176d09fb5036508329c810dca30ddd /make/scripts | |
parent | 0f1f2c1a2d26e69813259e68e445535d3175f464 (diff) |
VersionInfo self containing (adding main)
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/runtest.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index eea1313..0cb645b 100644 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -38,7 +38,8 @@ function onetest() { echo } -onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.VersionInfo 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 |