summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Henri Chataing <henrichataing@google.com> 2023-09-28 17:21:38 +0000
committer Henri Chataing <henrichataing@google.com> 2023-09-28 17:33:46 +0000
commitb71cde3486c1240a71c63f518eda9c89d36316a5 (patch)
tree981135d1d305f9778f4a01a44ef75ae5209d052c
parentf964854d1fc7f74ee9b27e6b844c999848e1571f (diff)
Nfc: Add CtsNfcTestCases as presubmit to the test mappings
Bug: 302547310 Test: NA Change-Id: Ib2aa5a73d1499f3efdc886b8b32b27e60c1fbdb8
-rw-r--r--core/java/android/nfc/TEST_MAPPING3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/nfc/TEST_MAPPING b/core/java/android/nfc/TEST_MAPPING
index 71ad687b7889..5b5ea3790010 100644
--- a/core/java/android/nfc/TEST_MAPPING
+++ b/core/java/android/nfc/TEST_MAPPING
@@ -2,6 +2,9 @@
"presubmit": [
{
"name": "NfcManagerTests"
+ },
+ {
+ "name": "CtsNfcTestCases"
}
]
}