Add CtsGpuToolsHostTestCases into presubmit.

Previously we never run CtsGpuToolsHostTestCases in presubmit, to make
sure we don't break the loaders functionality, add those CTS tests into
presubmit.

Bug: b/151266652
Test: atest android.gputools.cts.CtsRootlessGpuDebugHostTest
Change-Id: If7c99211585c6be039c18788c0035a1eff330925
This commit is contained in:
Peiyong Lin 2020-03-25 20:32:46 -07:00
parent 134a699e8d
commit 8980f0689c
2 changed files with 14 additions and 0 deletions

7
opengl/TEST_MAPPING Normal file
View file

@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "CtsGpuToolsHostTestCases"
}
]
}

7
vulkan/TEST_MAPPING Normal file
View file

@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "CtsGpuToolsHostTestCases"
}
]
}