diff options
| author | Roland Levillain <rpl@google.com> | 2020-09-14 20:11:28 +0100 |
|---|---|---|
| committer | Roland Levillain <rpl@google.com> | 2020-09-16 08:40:40 +0000 |
| commit | 2fe9dbdc9ba1eea74cd67e530d5b31076d4554de (patch) | |
| tree | 985d9f1b47e08ab8d23807c6f23d1e34b3c1aabe /TEST_MAPPING | |
| parent | f1308e4097e7ed71aff5d9b251e750a2645cd2c5 (diff) | |
Move ART gtests to the `presubmit` test group in `TEST_MAPPING`.
Test: atest --test-mapping art:presubmit
Bug: 152379281
Change-Id: Ieae5f3d8ee69c71bcdac4a7e006d82e193a12715
Diffstat (limited to 'TEST_MAPPING')
| -rw-r--r-- | TEST_MAPPING | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 1622c5bc89..132cdb2ff7 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -6,13 +6,13 @@ }, { "name": "BootImageProfileTest" - } - ], - "postsubmit": [ + }, // ART gtests. { "name": "ArtGtestsTarget" - }, + } + ], + "postsubmit": [ // ART run-tests. { "name": "art-run-test-001-HelloWorld" |
