Make ant test task depend on build task

This commit is contained in:
Tom Robinson
2008-11-13 21:27:45 -08:00
parent ea5221bfda
commit 4dbfe1f23e
+1 -1
View File
@@ -66,7 +66,7 @@
<antcall target = "install-tools" />
</target>
<target name = "test">
<target name = "test" depends = "build">
<ojtest>
<tests>
<fileset dir = "Tests/Foundation" includes = "*.j"/>