Make sure build-test builds dependencies too

This commit is contained in:
R. Tyler Ballance 2009-09-14 02:16:21 -07:00
parent f4ae2fdd8e
commit 3caeaf9fdc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</csc>
</target>
<target name="build-test">
<target name="build-test" depends="dependencies">
<csc target="library" verbose="true"
output="${build.dir}/${project.tests}">
<sources>