forked from phoedos/pmd
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:
@ -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}">
|
||||
|
Reference in New Issue
Block a user