Skip to content

Commit

Permalink
Make ant test task depend on build task
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Robinson committed Nov 14, 2008
1 parent ea5221b commit 4dbfe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -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"/>
Expand Down

0 comments on commit 4dbfe1f

Please sign in to comment.