Skip to content

Commit 1088af1

Browse files
panickerajGerrit Code Review
authored andcommitted
Merge "Add Bluetooth unit tests to testrunner"
2 parents 361fa3a + 5d1f72e commit 1088af1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testrunner/test_defs.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ See test_defs.xsd for more information.
245245
build_path="development/samples/ApiDemos"
246246
package="com.example.android.apis.tests" />
247247

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+
248254
<test name="calculator"
249255
build_path="packages/apps/Calculator"
250256
package="com.android.calculator2.tests"

0 commit comments

Comments
 (0)