diff options
-rw-r--r-- | ravenwood/TEST_MAPPING | 20 | ||||
-rw-r--r-- | tools/hoststubgen/TEST_MAPPING | 20 |
2 files changed, 26 insertions, 14 deletions
diff --git a/ravenwood/TEST_MAPPING b/ravenwood/TEST_MAPPING index 72eb665bee65..540b3a99e19d 100644 --- a/ravenwood/TEST_MAPPING +++ b/ravenwood/TEST_MAPPING @@ -1,7 +1,17 @@ { - "presubmit": [ - // Let's only run this one as a smoke test. - // TODO: Enable it once the infra knows how to run it. - // { "name": "CtsUtilTestCasesRavenwood" } - ] + "presubmit": [ + { + "name": "RavenwoodMockitoTest_device" + } + ], + "ravenwood-presubmit": [ + { + "name": "RavenwoodMockitoTest", + "host": true + }, + { + "name": "CtsUtilTestCasesRavenwood", + "host": true + } + ] } diff --git a/tools/hoststubgen/TEST_MAPPING b/tools/hoststubgen/TEST_MAPPING index 192b6f2b5e25..eca258c5a74d 100644 --- a/tools/hoststubgen/TEST_MAPPING +++ b/tools/hoststubgen/TEST_MAPPING @@ -1,11 +1,13 @@ { - "presubmit": [ - { "name": "tiny-framework-dump-test" }, - { "name": "hoststubgentest" }, - { "name": "hoststubgen-invoke-test" } - - // As a smoke test. - // TODO: Enable it once the infra knows how to run it. - // { "name": "CtsUtilTestCasesRavenwood" } - ] + "presubmit": [ + { "name": "tiny-framework-dump-test" }, + { "name": "hoststubgentest" }, + { "name": "hoststubgen-invoke-test" } + ], + "ravenwood-presubmit": [ + { + "name": "CtsUtilTestCasesRavenwood", + "host": true + } + ] } |