diff options
| author | Roland Levillain <rpl@google.com> | 2020-07-16 15:27:38 +0100 |
|---|---|---|
| committer | Roland Levillain <rpl@google.com> | 2020-07-17 10:32:45 +0000 |
| commit | f12dd5861e0eaf1822c12137fd353b5e79761a6c (patch) | |
| tree | 75a494d9ce356b0b750156c0c79b312308988d09 /TEST_MAPPING | |
| parent | eb9da9eb2319dbac58683e01940de4171ce01027 (diff) | |
Move ART run-tests to the `postsubmit` test group in `TEST_MAPPING`.
Test: atest --test-mapping art:postsubmit
Test: Check Android post-submit testing results
Bug: 152374989
Change-Id: If60ba4a3179f58d33e69872cd4016b827744e16f
Diffstat (limited to 'TEST_MAPPING')
| -rw-r--r-- | TEST_MAPPING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 97e76f79e0..c6b0f55f17 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -6,11 +6,11 @@ } ], "postsubmit": [ + // ART gtests. { "name": "ArtGtestsTarget" - } - ], - "art-run-tests": [ + }, + // ART run-tests. { "name": "art-run-test-001-HelloWorld" }, |
