Add SystemUI jank tests to runtest test defs

Test: runtest systemui-jank
Change-Id: I130260c1b2597bea7ee42ec7284802963a17de1d
This commit is contained in:
Jorim Jaggi
2016-10-11 14:32:25 +02:00
parent 7f2bd562f6
commit fd16ae9b50

View File

@@ -389,6 +389,13 @@ See test_defs.xsd for more information.
continuous="true"
description="SystemUI tests" />
<test name="systemui-jank"
build_path="platform_testing/tests/jank/UbSystemUiJankTests"
package="android.platform.systemui.tests.jank"
runner="android.test.InstrumentationTestRunner"
continuous="true"
description="SystemUI jank tests" />
<test name="documentsui"
build_path="frameworks/base/packages/DocumentsUI/tests"
package="com.android.documentsui.tests"