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.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'make/scripts/make.jogl.all.linux-armv7.sh') diff --git a/make/scripts/make.jogl.all.linux-armv7.sh b/make/scripts/make.jogl.all.linux-armv7.sh index 91072023f..203faf16c 100755 --- a/make/scripts/make.jogl.all.linux-armv7.sh +++ b/make/scripts/make.jogl.all.linux-armv7.sh @@ -15,14 +15,9 @@ export TARGET_JAVA_LIBS=/usr/lib/jvm/default-java/jre/lib/arm ant \ -Drootrel.build=build-linux-armv7 \ - -Dgluegen.cpptasks.detected.os=true \ - -DisUnix=true \ - -DisLinux=true \ - -DisLinuxARMv7=true \ - -DisX11=true \ - \ -Dsetup.addNativeKD=true \ -Dsetup.addNativeOpenMAX=true \ -Dsetup.addNativeBroadcomEGL=true \ + -Djunit.run.arg0="-Dnewt.test.Screen.disableScreenMode" \ $* 2>&1 | tee make.jogl.all.linux-armv7.log -- cgit v1.2.3