commit | ae33614d007fd51f0caaadcd3c41b48abd7271d3 | [log] [tgz] |
---|---|---|
author | David Zeuthen <zeuthen@google.com> | Wed Mar 31 13:27:02 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 31 13:27:02 2021 +0000 |
tree | 95b7f12094b0aeb7554e81900c935c0562ef6dc8 | |
parent | 0ccd277dcb09f51b420c4124bcfd73354d088939 [diff] | |
parent | 793c7fe299da4c251c5d8279fc9726864c447317 [diff] |
Merge "identity: add TEST_MAPPING file to run CTS, VTS, and unit tests in presubmit."
diff --git a/identity/TEST_MAPPING b/identity/TEST_MAPPING new file mode 100644 index 0000000..f35f4b7 --- /dev/null +++ b/identity/TEST_MAPPING
@@ -0,0 +1,13 @@ +{ + "presubmit": [ + { + "name": "CtsIdentityTestCases" + }, + { + "name": "VtsHalIdentityTargetTest" + }, + { + "name": "android.hardware.identity-support-lib-test" + } + ] +}