From 8c933e5a9d6baea824fea77fa94bc1db2d50b8e1 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Mon, 28 Jan 2019 15:16:52 -0800 Subject: [PATCH] [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 --- startop/view_compiler/TEST_MAPPING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/startop/view_compiler/TEST_MAPPING b/startop/view_compiler/TEST_MAPPING index 7006075368903..5f7d3f99ae81d 100644 --- a/startop/view_compiler/TEST_MAPPING +++ b/startop/view_compiler/TEST_MAPPING @@ -3,6 +3,14 @@ { "name": "dex-builder-test" }, + { + "name": "CtsViewTestCases", + "options": [ + { + "include-filter": "android.view.cts.PrecompiledLayoutTest" + } + ] + }, { "name": "view-compiler-tests", "host": true