mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Enabled assertions in junit tests.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</target>
|
||||
<target name='compile'>
|
||||
<mkdir dir='build'/>
|
||||
<javac srcdir='net/sf/briar' destdir='build'
|
||||
<javac srcdir='net/sf/briar' destdir='build' source='1.5'
|
||||
includeantruntime='false'>
|
||||
<classpath>
|
||||
<fileset refid='bundled-jars'/>
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
<project name='test' default='test'>
|
||||
<import file='../build-common.xml'/>
|
||||
<target name='test' depends='depend'>
|
||||
<junit printsummary='on' showoutput='true'>
|
||||
<junit printsummary='on' showoutput='true' fork='yes' forkmode='once'>
|
||||
<assertions>
|
||||
<enable/>
|
||||
</assertions>
|
||||
<classpath>
|
||||
<fileset refid='bundled-jars'/>
|
||||
<fileset refid='test-jars'/>
|
||||
|
||||
Reference in New Issue
Block a user