summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2020-07-16 15:27:38 +0100
committerRoland Levillain <rpl@google.com>2020-07-17 10:32:45 +0000
commitf12dd5861e0eaf1822c12137fd353b5e79761a6c (patch)
tree75a494d9ce356b0b750156c0c79b312308988d09 /TEST_MAPPING
parenteb9da9eb2319dbac58683e01940de4171ce01027 (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_MAPPING6
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"
},