Oops, test should have 'copy' amongst its dependencies

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3693 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-07-11 21:20:16 +00:00
parent a6dbf2535e
commit e546765418

View File

@ -84,7 +84,7 @@
<fail unless="junit.available" message="Could find JUnit... please place a junit.jar file in the CLASSPATH."/>
</target>
<target name="test" depends="requires-junit,compile" description="Runs the unit tests">
<target name="test" depends="requires-junit,compile,copy" description="Runs the unit tests">
<junit printsummary="yes" haltonfailure="no" forkmode="perBatch">
<classpath><path refid="dependencies.path" /></classpath>
<batchtest fork="yes" todir="${dir.build}">