diff options
| author | Santos Cordon <santoscordon@google.com> | 2014-05-13 15:17:43 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-13 15:17:43 +0000 |
| commit | 65b1fc2a8944d64342063d4b3fd5245c49539601 (patch) | |
| tree | d593cb34b8e2adbe2c14ae99554c7d5824f3cbed /testrunner | |
| parent | 0b198ce651de1857a932358407fd1a04d3058a00 (diff) | |
| parent | 70939ca364cc373c3f0bac4eb3638283738abc65 (diff) | |
am 70939ca3: Adding telecomm-unit alias for running telecomm tests with runtest.
* commit '70939ca364cc373c3f0bac4eb3638283738abc65':
Adding telecomm-unit alias for running telecomm tests with runtest.
Diffstat (limited to 'testrunner')
| -rw-r--r-- | testrunner/test_defs.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml index 751a142ec..c2313238b 100644 --- a/testrunner/test_defs.xml +++ b/testrunner/test_defs.xml @@ -512,11 +512,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" |
