Merge "Add systemui tests to testdefs."

This commit is contained in:
Brett Chabot
2011-08-17 15:43:33 -07:00
committed by Android (Google) Code Review
2 changed files with 9 additions and 0 deletions

View File

@@ -84,6 +84,8 @@
<coverage_target name="Mms" build_path="packages/apps/Mms" type="APPS" /> <coverage_target name="Mms" build_path="packages/apps/Mms" type="APPS" />
<coverage_target name="Music" build_path="packages/apps/Music" <coverage_target name="Music" build_path="packages/apps/Music"
type="APPS" /> type="APPS" />
<coverage_target name="SystemUI" build_path="frameworks/base/packages/SystemUI"
type="APPS" />
<coverage_target name="VoiceDialer" build_path="packages/apps/VoiceDialer" <coverage_target name="VoiceDialer" build_path="packages/apps/VoiceDialer"
type="APPS" /> type="APPS" />

View File

@@ -519,6 +519,13 @@ See test_defs.xsd for more information.
package="com.android.quicksearchbox.tests" package="com.android.quicksearchbox.tests"
coverage_target="QuickSearchBox" /> coverage_target="QuickSearchBox" />
<test name="systemui"
build_path="frameworks/base/packages/SystemUI"
package="com.android.systemui.tests"
coverage_target="SystemUI"
continuous="true"
description="SystemUI tests" />
<!-- native tests --> <!-- native tests -->
<!-- Bionic C++ --> <!-- Bionic C++ -->