Use basic tests by default with ant

This commit is contained in:
Sylvain Berfini 2014-01-29 12:33:45 +01:00
parent ebaeaa47cd
commit abbba5896b

View file

@ -6,6 +6,9 @@
<arg value="am" /> <arg value="am" />
<arg value="instrument" /> <arg value="instrument" />
<arg value="-w" /> <arg value="-w" />
<arg value="-e" />
<arg value="size" />
<arg value="small" />
<arg value="org.linphone.test/android.test.InstrumentationTestRunner" /> <arg value="org.linphone.test/android.test.InstrumentationTestRunner" />
</exec> </exec>
<echo message="${tests.output}"/> <echo message="${tests.output}"/>