mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
Add SLF4J to the unit test classpath. Fixes issue 21.
This commit is contained in:
parent
1fd8067322
commit
fe8afb46f7
@ -27,8 +27,11 @@
|
|||||||
<target name="test" depends="compile">
|
<target name="test" depends="compile">
|
||||||
<junit showoutput="false">
|
<junit showoutput="false">
|
||||||
<classpath path="lib/junit-4.8.2.jar:out"/>
|
<classpath path="lib/junit-4.8.2.jar:out"/>
|
||||||
|
<classpath path="lib/slf4j-api-1.6.1.jar:out"/>
|
||||||
|
<classpath path="lib/slf4j-simple-1.6.1.jar:out"/>
|
||||||
|
/
|
||||||
<batchtest>
|
<batchtest>
|
||||||
<fileset dir="tests"><include name="**/*.java"/></fileset>
|
<fileset dir="tests"><include name="**/*.java"/></fileset>
|
||||||
<formatter type="brief" usefile="no"/>
|
<formatter type="brief" usefile="no"/>
|
||||||
</batchtest>
|
</batchtest>
|
||||||
</junit>
|
</junit>
|
||||||
|
Loading…
Reference in New Issue
Block a user