Commit f50c6c59 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Minor changes for running tests


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@314 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1cf81579
...@@ -343,9 +343,14 @@ ...@@ -343,9 +343,14 @@
</classpath> </classpath>
</javac> </javac>
<!-- Copy resources -->
<copy todir="${test.dest.dir}">
<fileset dir="${src.test.dir}" includes="resources/**/*.*" />
</copy>
<!-- Run jUnit --> <!-- Run jUnit -->
<mkdir dir="${test.results.dest.dir}" /> <mkdir dir="${test.results.dest.dir}" />
<junit printsummary="yes" haltonfailure="no" fork="yes" dir="${src.test.dir}"> <junit printsummary="yes" haltonfailure="yes" fork="yes" dir="${test.dest.dir}">
<!-- We must add our own classes to the classpath for testing --> <!-- We must add our own classes to the classpath for testing -->
<classpath> <classpath>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment