mirror of
https://github.com/revanced/jadb.git
synced 2025-05-28 12:30:20 +02:00
Running unit tests as part of travis build
This commit is contained in:
parent
68e92d14f4
commit
4b3708d59c
14
build.xml
14
build.xml
@ -130,6 +130,18 @@
|
||||
<target name="all" depends="build.modules, build.all.artifacts" description="build all"/>
|
||||
|
||||
<target name="test" depends="build.modules">
|
||||
|
||||
<junit haltonfailure="yes">
|
||||
<classpath>
|
||||
<pathelement path="bin/"/>
|
||||
<pathelement location="lib/junit-4.10.jar"/>
|
||||
</classpath>
|
||||
<formatter type="plain" usefile="false" />
|
||||
<batchtest>
|
||||
<fileset dir="test/">
|
||||
<include name="**/*TestCases.java" />
|
||||
<include name="**/*Fixture.java" />
|
||||
</fileset>
|
||||
</batchtest>
|
||||
</junit>
|
||||
</target>
|
||||
</project>
|
Loading…
x
Reference in New Issue
Block a user