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