diff options
author | Sven Gothel <[email protected]> | 2012-03-05 23:59:05 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-05 23:59:05 +0100 |
commit | 9124f3fade3f923b581c6e7b871d049b431bbd78 (patch) | |
tree | 519a0710d7b67b6d4df7bfe0f5099c82e405aeff /make/scripts/make.jogl.all.linux-armv7-cross.sh | |
parent | cb399dc16beeeddcd8215cd276bbaff25c6fc0ca (diff) |
remote unit test reorg (all, awt, newt)
junit.run.remote.ssh -> junit.run.remote.ssh.all
added junit.run.remote.ssh.newt
added junit.run.remote.ssh.awt
junit.run.tests issues 'junit.run.remote.ssh.newt' only for now.
manual remote ssh unit test invocation:
bash scripts/make.jogl.all.linux-armv7-cross.sh -f build-test.xml junit.manual.run.remote.ssh.newt
bash scripts/make.jogl.all.linux-armv7-cross.sh -f build-test.xml junit.manual.run.remote.ssh.awt
bash scripts/make.jogl.all.linux-armv7-cross.sh -f build-test.xml junit.manual.run.remote.ssh.all
Diffstat (limited to 'make/scripts/make.jogl.all.linux-armv7-cross.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-armv7-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh index b6fe6a71d..6d6f30ee7 100755 --- a/make/scripts/make.jogl.all.linux-armv7-cross.sh +++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh @@ -31,7 +31,7 @@ export TARGET_ANT_HOME=/usr/share/ant export TARGET_PLATFORM_ROOT=/opt-linux-armv7-armel export TARGET_PLATFORM_LIBS=$TARGET_PLATFORM_ROOT/usr/lib -export TARGET_JAVA_LIBS=/opt-linux-armv7-armel/jre/lib/arm +export TARGET_JAVA_LIBS=$TARGET_PLATFORM_ROOT/jre/lib/arm export GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv7.xml" |