I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b406c6c5 authored by mathiasdm's avatar mathiasdm
Browse files

Fixed tests for i2ptunnel.

parent 50e22b61
No related branches found
No related tags found
No related merge requests found
...@@ -187,8 +187,9 @@ ...@@ -187,8 +187,9 @@
<target name="compileTest"> <target name="compileTest">
<mkdir dir="./build" /> <mkdir dir="./build" />
<mkdir dir="./build/obj" /> <mkdir dir="./build/obj" />
<!-- We need the ant runtime, as it includes junit -->
<javac srcdir="./src:./test" debug="true" source="1.5" target="1.5" <javac srcdir="./src:./test" debug="true" source="1.5" target="1.5"
includeAntRuntime="false" includeAntRuntime="true"
deprecation="on" destdir="./build/obj" > deprecation="on" destdir="./build/obj" >
<compilerarg line="${javac.compilerargs}" /> <compilerarg line="${javac.compilerargs}" />
<classpath> <classpath>
......
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