Skip to content
Snippets Groups Projects
Commit 91607e22 authored by Rob Adams's avatar Rob Adams
Browse files

Fix compile-test command

parent 95444978
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@
<target name="compile-test" depends="compile">
<javac includeAntRuntime="false" debug="true"
srcdir="${source-test}"
classpath="${build}"
classpathref="classpath-test"
destdir="${build-test}"/>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment