unit tests for generator
This commit is contained in:
parent
d625369f8d
commit
0e1d740591
|
@ -17,6 +17,22 @@
|
|||
<src path="src"/>
|
||||
<src path="../enum_to_string/src"/>
|
||||
</javac>
|
||||
|
||||
<junit fork="no"
|
||||
maxmemory="512m"
|
||||
printsummary="yes"
|
||||
haltonfailure="yes">
|
||||
|
||||
<jvmarg value="-ea"/>
|
||||
<jvmarg value="-XX:+HeapDumpOnOutOfMemoryError"/>
|
||||
<formatter type="brief"/>
|
||||
<classpath path="build/classes:lib/junit.jar:lib/annotations.jar:lib/snakeyaml.jar"/>
|
||||
<batchtest todir="build">
|
||||
<fileset dir="src" includes="**/test/**/*Test.java"/>
|
||||
<fileset dir="../enum_to_string/src" includes="**/test/**/*Test.java"/>
|
||||
</batchtest>
|
||||
</junit>
|
||||
|
||||
</target>
|
||||
|
||||
<target name="jar" depends="compile">
|
||||
|
|
Loading…
Reference in New Issue