Merge "Add Bluetooth unit tests to testrunner"

am: 1088af1620

Change-Id: Iaade429b275149b43e78ba16a3ea71ba85a95aa0
This commit is contained in:
Ajay Panicker
2016-10-26 21:32:58 +00:00
committed by android-build-merger

View File

@@ -246,6 +246,12 @@ See test_defs.xsd for more information.
build_path="development/samples/ApiDemos"
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"
build_path="packages/apps/Calculator"
package="com.android.calculator2.tests"