diff options
author | 2020-06-23 21:53:38 -0700 | |
---|---|---|
committer | 2020-06-23 21:53:38 -0700 | |
commit | 8ed789949230fcd74d96c1998d3aabfaad47a618 (patch) | |
tree | 10fbcc9574e0c55d0095ca319166b8d4a5ec31bb /TEST_MAPPING | |
parent | 6c9b9803a77614f67d6f320e7dec122ce1b3d182 (diff) |
Add VulkanPreTransformTest into presubmit tests
VulkanPreTransformTest is a integration test which can be affected by
libgui, SurfaceFlinger and libvulkan changes. So this test is enabled at
top level for the frameworks/native project.
Bug: 151266652
Test: check VulkanPreTransformTest run in presubmit
Change-Id: I917e0eab847d78bc3776a4d8e679dcbc3706f0eb
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 8173c8927e..5db44c7d85 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -58,6 +58,14 @@ }, { "name": "libsurfaceflinger_unittest" + }, + { + "name": "CtsGraphicsTestCases", + "options": [ + { + "include-filter": "android.graphics.cts.VulkanPreTransformTest" + } + ] } ] } |