diff options
author | Sven Gothel <[email protected]> | 2010-05-05 17:28:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-05 17:28:52 +0200 |
commit | edbff99164a350a0147a5c8617cef9a86f7a2749 (patch) | |
tree | a48c713783c7692a6894090eac7444b47aa0c6d6 /make/runtest.sh | |
parent | 9300b0615f554f5904c93d757e4a9edbd1897538 (diff) |
Cleanup: Move scripts into their folder
Diffstat (limited to 'make/runtest.sh')
-rw-r--r-- | make/runtest.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/make/runtest.sh b/make/runtest.sh deleted file mode 100644 index 427f4f3..0000000 --- a/make/runtest.sh +++ /dev/null @@ -1,16 +0,0 @@ -#! /bin/sh - -builddir=$1 -shift - -if [ -z "$builddir" ] ; then - echo Usage $0 build-dir - exit 1 -fi - -echo com.jogamp.gluegen.test.TestPointerBufferEndian -java -Djava.library.path=$builddir/obj -classpath $builddir/classes com.jogamp.gluegen.test.TestPointerBufferEndian -echo -echo com.jogamp.gluegen.test.TestStructAccessorEndian -java -Djava.library.path=$builddir/obj -classpath $builddir/classes com.jogamp.gluegen.test.TestStructAccessorEndian -echo |