diff options
author | Eric Holk <eholk@google.com> | 2019-01-28 15:16:52 -0800 |
---|---|---|
committer | Eric Holk <eholk@google.com> | 2019-01-31 21:22:06 +0000 |
commit | 8c933e5a9d6baea824fea77fa94bc1db2d50b8e1 (patch) | |
tree | f3b7b8523f13bab46f72bc4bdce57cd18f6029da | |
parent | f9ec508556377511776450ce616d3019edd7535c (diff) |
[viewcompiler] Add PrecompiledLayoutTest to TEST_MAPPING
PrecompiledLayoutTest makes sure that layouts generated by the viewcompiler are
equivalent to inflating from the resource XML file. We'll want to run these
tests when making changes to the viewcompiler.
Bug: 111895153
Test: atest
Change-Id: Iffa6f0f01c3f43d43feaabd1a5cd36be76650975
-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 } |