diff options
-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" + } + ] } ] } |