aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-25 23:37:41 +0100
committerSven Gothel <[email protected]>2010-03-25 23:37:41 +0100
commitf06e190ef1b7c84433c5e3d9f7ce1e3899d4d7e9 (patch)
tree2e1d60c0e3d0312f55a9dd7832620eb7e76d2ee1
parent6eeede0843f199e2f81291354c6e02e1a262f4da (diff)
invoke junit.run on test
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 5a19974..7cce488 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -570,7 +570,7 @@
</delete>
</target>
- <target name="test" depends="init">
+ <target name="test" depends="init, junit.run">
<mkdir dir="${build}/test/build/classes"/>
<mkdir dir="${build}/test/results"/>