Merge "Add systemui tests to testdefs."
This commit is contained in:
@@ -84,6 +84,8 @@
|
||||
<coverage_target name="Mms" build_path="packages/apps/Mms" type="APPS" />
|
||||
<coverage_target name="Music" build_path="packages/apps/Music"
|
||||
type="APPS" />
|
||||
<coverage_target name="SystemUI" build_path="frameworks/base/packages/SystemUI"
|
||||
type="APPS" />
|
||||
<coverage_target name="VoiceDialer" build_path="packages/apps/VoiceDialer"
|
||||
type="APPS" />
|
||||
|
||||
|
||||
@@ -519,6 +519,13 @@ See test_defs.xsd for more information.
|
||||
package="com.android.quicksearchbox.tests"
|
||||
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 -->
|
||||
|
||||
<!-- Bionic C++ -->
|
||||
|
||||
Reference in New Issue
Block a user