Lines Matching full:tests
2 <project name="android_test_rules" default="run-tests">
20 <macrodef name="run-tests-helper">
24 <echo>Running tests ...</echo>
46 <!-- Ensures that tested project is installed on the device before we run the tests.
47 Used for ordinary tests, without coverage measurement -->
55 <target name="run-tests" depends="-install-tested-project, install"
56 description="Runs tests from the package defined in test.package property">
57 <run-tests-helper />
69 description="Runs the tests against the instrumented code and generates
71 <run-tests-helper emma.enabled="true">
77 </run-tests-helper>