diff options
author | Sven Gothel <[email protected]> | 2011-07-25 13:58:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-25 13:58:45 +0200 |
commit | 1d1fd17cca064306dd5d528d59a4bce0581dcc63 (patch) | |
tree | f413cb14a7613832c1d4c252ba99f1999ea9d892 /make/scripts | |
parent | 2488c4de3e5fe7c4b8258af3fb8aae9b4d5091ce (diff) |
Cross JUnit Tests - All Passed: Android+Linux armv7
- junit.cross targets:
- use scripting to save time, ie write all target commands to script, xfer, exec
- junit: delete result folder just before junit.run
- Test BuildEnvironment.java: Simplify path config via properties (for android)
- AndroidVersion: No annoying exception dump if Build$VERSION* is not found (not android)
- launch scripts: use absolute TARGET_ROOT path for dynamic linker env.
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.gluegen.all.android-armv7-cross.sh | 2 | ||||
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv7-cross.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.android-armv7-cross.sh b/make/scripts/make.gluegen.all.android-armv7-cross.sh index 21f4263..a19a092 100755 --- a/make/scripts/make.gluegen.all.android-armv7-cross.sh +++ b/make/scripts/make.gluegen.all.android-armv7-cross.sh @@ -6,7 +6,7 @@ export HOST_RSYNC_ROOT=PROJECTS/JOGL export TARGET_UID=jogamp export TARGET_IP=beagle01 -export TARGET_ROOT=projects-cross +export TARGET_ROOT=/projects export TARGET_ANT_HOME=/usr/share/ant if [ -z "$NDK_ROOT" ] ; then diff --git a/make/scripts/make.gluegen.all.linux-armv7-cross.sh b/make/scripts/make.gluegen.all.linux-armv7-cross.sh index ee355ac..1002756 100755 --- a/make/scripts/make.gluegen.all.linux-armv7-cross.sh +++ b/make/scripts/make.gluegen.all.linux-armv7-cross.sh @@ -16,7 +16,7 @@ export HOST_RSYNC_ROOT=PROJECTS/JOGL export TARGET_UID=jogamp export TARGET_IP=beagle01 -export TARGET_ROOT=projects-cross +export TARGET_ROOT=/home/jogamp/projects-cross export TARGET_ANT_HOME=/usr/share/ant ant \ |