Merge "Add Bluetooth unit tests to testrunner" am: 1088af1620

am: ce662e8fe9

Change-Id: I57cbd76942269d04822116582e2d164416b70f36
This commit is contained in:
Ajay Panicker
2016-10-26 21:37:28 +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"