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="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" />
|
||||||
|
|
||||||
|
|||||||
@@ -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++ -->
|
||||||
|
|||||||
Reference in New Issue
Block a user