Skip to content

Commit

Permalink
fix tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Jul 19, 2016
1 parent a42666d commit c2ab24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@

<!-- Compiles the junit classes -->
<target name="compile_with_tests" depends="compile_for_jvm">
<javac srcdir="../tests" destdir="../bin" classpath="${junit_jar}" debug="true" />
<javac srcdir="../src/tests" destdir="../bin" classpath="${junit_jar}" debug="true" />
<copy todir="../bin/be/tarsos/dsp/test/resources">
<fileset dir="../tests/be/tarsos/dsp/test/resources" />
<fileset dir="../src/tests/be/tarsos/dsp/test/resources" />
</copy>
</target>

Expand Down Expand Up @@ -901,4 +901,4 @@
</fileset>
</jar>
</target>
</project>
</project>

0 comments on commit c2ab24c

Please sign in to comment.