Adding telecomm-unit alias for running telecomm tests with runtest.
Change-Id: I52ff6845e69a5989e34b0c506e0ae677c7d8aa01
This commit is contained in:
committed by
Evan Charlton
parent
66febb3347
commit
70939ca364
@@ -516,11 +516,17 @@ See test_defs.xsd for more information.
|
||||
|
||||
<!-- Unit tests for the phone application. -->
|
||||
<test name="phone-unit"
|
||||
build_path="packages/apps/Phone"
|
||||
build_path="packages/services/Telephony"
|
||||
package="com.android.phone.tests"
|
||||
continuous="true"
|
||||
coverage_target="Phone" />
|
||||
|
||||
<test name="telecomm-unit"
|
||||
build_path="packages/services/Telecomm"
|
||||
package="com.android.telecomm.tests"
|
||||
continuous="true"
|
||||
coverage_target="Phone" />
|
||||
|
||||
<test name="quicksearchbox"
|
||||
build_path="packages/apps/QuickSearchBox"
|
||||
package="com.android.quicksearchbox.tests"
|
||||
|
||||
Reference in New Issue
Block a user