We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 986c93c + 19158e0 commit 1630559Copy full SHA for 1630559
testrunner/test_defs.xml
@@ -253,6 +253,12 @@ See test_defs.xsd for more information.
253
build_path="development/samples/ApiDemos"
254
package="com.example.android.apis.tests" />
255
256
+<test name="bluetooth"
257
+ build_path="packages/apps/Bluetooth/tests"
258
+ package="com.android.bluetooth.tests"
259
+ runner="android.support.test.runner.AndroidJUnitRunner"
260
+ continuous="true" />
261
+
262
<test name="calculator"
263
build_path="packages/apps/Calculator"
264
package="com.android.calculator2.tests"
0 commit comments