aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-15 04:19:35 +0100
committerSven Gothel <[email protected]>2010-12-15 04:19:35 +0100
commita8468286f5ebd6268942c25449796b7d45f57485 (patch)
treeb4a7d0914c1ac3481da675ded4e82eeae7718386 /make
parentff0e5770b5d3aa63199c657f8b8182152840c369 (diff)
final cleanup test results archive :)
Diffstat (limited to 'make')
-rw-r--r--make/build-test.xml29
1 files changed, 12 insertions, 17 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 1d5fd4e5d..9e4c8cc87 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -34,22 +34,6 @@
</target>
<!-- ================================================================== -->
- <!--
- - Initialize all directories for the build
- -->
- <target name="init" depends="declare.common">
- <!-- Create the required output directories. -->
- <mkdir dir="${obj.test}" />
- <mkdir dir="${classes}" />
-
- <delete quiet="true">
- <fileset dir="${results.test}" includes="**"/>
- <fileset file="${build}/${test.archive.name}.zip"/>
- </delete>
- <mkdir dir="${results.test}" />
- </target>
-
- <!-- ================================================================== -->
<!--
- Clean up all that is built.
-->
@@ -63,7 +47,18 @@
<!--
- Build/run tests/junit.
-->
- <target name="test.compile.check" depends="init">
+ <target name="test.compile.check" depends="declare.common">
+ <!-- Create the required output directories. -->
+ <mkdir dir="${obj.test}" />
+ <mkdir dir="${classes}" />
+
+ <!-- Clean the results -->
+ <delete quiet="true">
+ <fileset dir="${results.test}" includes="**"/>
+ <fileset file="${build}/${test.archive.name}.zip"/>
+ </delete>
+ <mkdir dir="${results.test}" />
+
<property name="jogl.test.jar.path" location="${jogl.test.jar}"/> <!-- absolute path -->
<echo message="jogl.test.jar ${jogl.test.jar.path}"/>
<uptodate property="test.compile.skip">