diff options
author | Sven Gothel <[email protected]> | 2012-02-24 17:46:25 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-24 17:46:25 +0100 |
commit | bfa4628865e61636500ac5049c0a46c7338723cf (patch) | |
tree | 6d20139f6a6753aedacb32bc14e429aa539e3862 /make/scripts | |
parent | cebd8306f2fa729fd599e9b237ee617575b1a941 (diff) |
Introduce environment-var/property to disable unit tests (per node) -> gluegen commit 0dce3191754bd73138ff6a72e576a2af05f850ba
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-armv7-cross.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh index 1f9497e25..e3209d899 100755 --- a/make/scripts/make.jogl.all.linux-armv7-cross.sh +++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh @@ -33,6 +33,7 @@ export TARGET_JAVA_LIBS=/opt-linux-armv7-eabi/jre/lib/arm export GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv7.xml" +#export JUNIT_DISABLED="true" export JUNIT_RUN_ARG0="-Dnewt.test.Screen.disableScreenMode" ant \ |