From 205cf0bb9b76790a053606b38df017759c61c6e9 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 23 Feb 2012 19:28:14 +0100 Subject: Passing environment-vars and ant-properties to junit tests, enabling fine grained controll of test behavior. Matching gluegen commit 5459979a097f91011d3f23ff6f25e1dc34b1d52a Environment vars, mapped to properties: JUNIT_RUN_ARG0 -> junit.run.arg0 JUNIT_RUN_ARG1 -> junit.run.arg1 This allows us to disable ScreenMode on Linux-ARM-Omap4 for example, where XRandR calls consume up to 3s per test. --- make/build-test.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'make') diff --git a/make/build-test.xml b/make/build-test.xml index 6cf86f404..deb9109a5 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -127,6 +127,8 @@ output="${test.class.result.file}"> + + + + @@ -211,6 +215,8 @@ failonerror="false"> + + @@ -246,6 +252,8 @@ + + @@ -281,6 +289,8 @@ + + @@ -316,6 +326,8 @@ + + @@ -374,6 +386,8 @@ failonerror="false"> + + @@ -405,6 +419,8 @@ + + @@ -438,6 +454,8 @@ + + @@ -534,6 +552,9 @@ cd ${env.TARGET_ROOT}/jogl/make ${line.separator} -- cgit v1.2.3