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 4bcc728 + ce662e8 commit ed26f06Copy full SHA for ed26f06
testrunner/test_defs.xml
@@ -246,6 +246,12 @@ See test_defs.xsd for more information.
246
build_path="development/samples/ApiDemos"
247
package="com.example.android.apis.tests" />
248
249
+<test name="bluetooth"
250
+ build_path="packages/apps/Bluetooth/tests"
251
+ package="com.android.bluetooth.tests"
252
+ runner="android.support.test.runner.AndroidJUnitRunner"
253
+ continuous="true" />
254
+
255
<test name="calculator"
256
build_path="packages/apps/Calculator"
257
package="com.android.calculator2.tests"
0 commit comments