From b50228606999e5c0ccd80c27a08c621a71b0d72f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 8 Oct 2014 08:08:03 +0200 Subject: Bug 1088: Fix ant test target 'junit.run.sharedctx': Reuse generalized 'generic.junit.run.newt.headless', 'generic.junit.run.awt', .. Create generalized junit test launchers (targets) to be reused w/ different input patterns to reduce copy/paste. Since macrodef cannot be used, we use namespace properties for the new targets. The properties are unset at the end of the target. Now ''junit.run.sharedctx' utilizes the proper launch target, hence works properly on OSX as well. --- make/build-test.xml | 184 +++++++++++++++++++++------------------------------- 1 file changed, 73 insertions(+), 111 deletions(-) (limited to 'make/build-test.xml') diff --git a/make/build-test.xml b/make/build-test.xml index 6a9302b41..eed264e6b 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -284,7 +284,9 @@ - + + + - + @@ -349,6 +351,13 @@ + + + + + + + + @@ -420,7 +431,7 @@ - + @@ -429,9 +440,18 @@ + - + + + + + + + + + @@ -459,9 +479,7 @@ - - - + @@ -469,120 +487,55 @@ + - + - - - - - - - - + + + + + - - - - + + + + + + + - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - + + @@ -657,7 +610,9 @@ - + + + - + @@ -719,6 +674,13 @@ + + + + + + + -- cgit v1.2.3