Add runner to run frameworks-telephony tests

Set the runner to AndroidJUnitRunner for the frameworks-telephony
tests to run successfully.

Change-Id: I10876db2ce2be986f2cdc6f1a7622367d4bd1cc4
This commit is contained in:
Naveen Kalla
2016-07-18 13:38:08 -07:00
parent 969d9efc63
commit a70cf6326b

View File

@@ -71,6 +71,7 @@ See test_defs.xsd for more information.
<test name="frameworks-telephony"
build_path="frameworks/opt/telephony/tests/telephonytests"
package="com.android.frameworks.telephonytests"
runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
continuous="true" />