diff options
Diffstat (limited to 'startop/view_compiler')
-rw-r--r-- | startop/view_compiler/TEST_MAPPING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/startop/view_compiler/TEST_MAPPING b/startop/view_compiler/TEST_MAPPING index 700607536890..5f7d3f99ae81 100644 --- a/startop/view_compiler/TEST_MAPPING +++ b/startop/view_compiler/TEST_MAPPING @@ -4,6 +4,14 @@ "name": "dex-builder-test" }, { + "name": "CtsViewTestCases", + "options": [ + { + "include-filter": "android.view.cts.PrecompiledLayoutTest" + } + ] + }, + { "name": "view-compiler-tests", "host": true } |