Merge "Add Bluetooth unit tests to testrunner"

This commit is contained in:
Ajay Panicker
2016-10-26 21:26:48 +00:00
committed by Gerrit Code Review

View File

@@ -245,6 +245,12 @@ See test_defs.xsd for more information.
build_path="development/samples/ApiDemos" build_path="development/samples/ApiDemos"
package="com.example.android.apis.tests" /> package="com.example.android.apis.tests" />
<test name="bluetooth"
build_path="packages/apps/Bluetooth/tests"
package="com.android.bluetooth.tests"
runner="android.support.test.runner.AndroidJUnitRunner"
continuous="true" />
<test name="calculator" <test name="calculator"
build_path="packages/apps/Calculator" build_path="packages/apps/Calculator"
package="com.android.calculator2.tests" package="com.android.calculator2.tests"