diff options
author | Sven Gothel <[email protected]> | 2010-03-25 23:37:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-25 23:37:41 +0100 |
commit | f06e190ef1b7c84433c5e3d9f7ce1e3899d4d7e9 (patch) | |
tree | 2e1d60c0e3d0312f55a9dd7832620eb7e76d2ee1 | |
parent | 6eeede0843f199e2f81291354c6e02e1a262f4da (diff) |
invoke junit.run on test
-rwxr-xr-x | make/build.xml | 2 |
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"/> |