commit | 793c7fe299da4c251c5d8279fc9726864c447317 | [log] [tgz] |
---|---|---|
author | David Zeuthen <zeuthen@google.com> | Tue Mar 23 12:12:58 2021 -0400 |
committer | David Zeuthen <zeuthen@google.com> | Tue Mar 23 12:12:58 2021 -0400 |
tree | 618bc5acab36b573093d04fe30780993facac08f | |
parent | 2d56123a87a461dc4ef58fbfa51bb3a4294410dd [diff] [blame] |
identity: add TEST_MAPPING file to run CTS, VTS, and unit tests in presubmit. Bug: None Test: N/A Change-Id: Ia6a818b5d30f6e301891be1132310eb7e837467d
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" + } + ] +}