Skip to content

Commit

Permalink
when cleaning remove dist and test build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
plibin-vub committed Mar 29, 2018
1 parent ee98080 commit 611872d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ To run SANTA unit tests,

<target name="clean">
<delete dir="${build}"/>
<delete dir="${dist}"/>
<delete dir="${test.build}"/>
<delete dir="${test.reports}"/>
</target>

<target name="test" depends="dist">
Expand Down

0 comments on commit 611872d

Please sign in to comment.