summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index cdf7f38db..83dad980a 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -167,7 +167,6 @@
<ant antfile="build-junit.xml" target="junit.compile" inheritRefs="true" inheritAll="true"/>
</target>
- <target name="test" depends="junit.run"/>
<target name="junit.run" description="Run JUNIT tests in nativewindow, jogl and newt projects">
<ant antfile="build-junit.xml" target="junit.run" inheritRefs="true" inheritAll="true"/>
</target>