mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Added test jars and the first unit test.
This commit is contained in:
16
test/build.xml
Normal file
16
test/build.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<project name='test' default='compile'>
|
||||
<import file='../build-common.xml'/>
|
||||
<target name='test' depends='depend'>
|
||||
<junit haltonfailure='true' printsummary='on' showoutput='true'>
|
||||
<classpath>
|
||||
<fileset refid='bundled-jars'/>
|
||||
<fileset refid='test-jars'/>
|
||||
<path refid='api-classes'/>
|
||||
<path refid='component-classes'/>
|
||||
<path refid='test-classes'/>
|
||||
<path refid='util-classes'/>
|
||||
</classpath>
|
||||
<test name='net.sf.briar.util.FileUtilsTest'/>
|
||||
</junit>
|
||||
</target>
|
||||
</project>
|
||||
Reference in New Issue
Block a user