From 0836e01287b8315d9800965a9e097d4869cb884e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 23 Feb 2012 19:30:18 +0100 Subject: Fix linux armv7 non-cross script / Disable ScreenMode on linux armv7 unit tests (build scripts) Disable ScreenMode on Linux-ARM-Omap4 for example, where XRandR calls consume up to 3s per test. --- make/scripts/make.jogl.all.linux-armv7-cross.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make/scripts/make.jogl.all.linux-armv7-cross.sh') diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh index 007cb8076..20421a099 100755 --- a/make/scripts/make.jogl.all.linux-armv7-cross.sh +++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh @@ -22,6 +22,7 @@ export HOST_RSYNC_ROOT=PROJECTS/JOGL export TARGET_UID=jogamp export TARGET_IP=panda01 +#export TARGET_IP=jautab02 export TARGET_ROOT=/home/jogamp/projects-cross export TARGET_ANT_HOME=/usr/share/ant @@ -35,6 +36,8 @@ ant \ -DisLinux=true \ -DisLinuxARMv7=true \ -DisX11=true \ + -DjvmDataModel.arg="-Djnlp.no.jvm.data.model.set=true" \ + -Djunit.run.arg0="-Dnewt.test.Screen.disableScreenMode" \ -DisCrosscompilation=true \ \ -Dsetup.addNativeKD=true \ -- cgit v1.2.3