diff options
| author | Roland Levillain <rpl@google.com> | 2021-01-28 15:22:23 +0000 |
|---|---|---|
| committer | Roland Levillain <rpl@google.com> | 2021-02-02 11:49:45 +0000 |
| commit | 9ce38b510e9e2e00d9a908c3c44dfe0762627cf7 (patch) | |
| tree | a5ffaa2e0326dd574b655e320c9bb56dd01c5ebd /TEST_MAPPING | |
| parent | de275aaeb7bf32eeed7a091c70015517ead6e514 (diff) | |
Experiment with ART Mainline Module Testing in Test Mapping.
Register ART run-test `001-HelloWorld ` as a Mainline presubmit test
in Test Mapping.
Test: Rely on TreeHugger
Bug: 178703264
Change-Id: I04a103cf1c442f87f2ecfb0c8a1223b66cfa0f7e
Diffstat (limited to 'TEST_MAPPING')
| -rw-r--r-- | TEST_MAPPING | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index f149c2e4f7..6d11523b7c 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,5 +1,10 @@ // Generated by `regen-test-files`. Do not edit manually. { + "mainline-presubmit": [ + { + "name": "art-run-test-001-HelloWorld[com.google.android.art.apex]" + } + ], "presubmit": [ { "name": "CtsJdwpTestCases" |
