diff options
| author | 2019-02-08 11:51:39 +0000 | |
|---|---|---|
| committer | 2019-02-08 11:51:39 +0000 | |
| commit | 6bb71b0322b4e1f7b6954162d78f289d894079e4 (patch) | |
| tree | 5d691b29eec5e0cf818b7aefbc71fbd44b655ef3 | |
| parent | 56a6b653229ff96f8b0a6aafeb768127c1ae7223 (diff) | |
| parent | 507cbc4e5836f583e78527d0f631fc58d8596ecd (diff) | |
Merge "Add TEST_MAPPING for api specifications"
| -rw-r--r-- | api/TEST_MAPPING | 7 | ||||
| -rw-r--r-- | test-base/api/TEST_MAPPING | 7 | ||||
| -rw-r--r-- | test-mock/api/TEST_MAPPING | 10 | ||||
| -rw-r--r-- | test-runner/api/TEST_MAPPING | 10 |
4 files changed, 34 insertions, 0 deletions
diff --git a/api/TEST_MAPPING b/api/TEST_MAPPING new file mode 100644 index 000000000000..8a676e994081 --- /dev/null +++ b/api/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "CtsCurrentApiSignatureTestCases" + } + ] +} diff --git a/test-base/api/TEST_MAPPING b/test-base/api/TEST_MAPPING new file mode 100644 index 000000000000..3535954bc019 --- /dev/null +++ b/test-base/api/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "CtsAndroidTestBase27ApiSignatureTestCases" + } + ] +} diff --git a/test-mock/api/TEST_MAPPING b/test-mock/api/TEST_MAPPING new file mode 100644 index 000000000000..d1bd9afaf287 --- /dev/null +++ b/test-mock/api/TEST_MAPPING @@ -0,0 +1,10 @@ +{ + "presubmit": [ + { + "name": "CtsAndroidTestMockCurrentApiSignatureTestCases" + }, + { + "name": "CtsCurrentApiSignatureTestCases" + } + ] +} diff --git a/test-runner/api/TEST_MAPPING b/test-runner/api/TEST_MAPPING new file mode 100644 index 000000000000..76ade3c1e647 --- /dev/null +++ b/test-runner/api/TEST_MAPPING @@ -0,0 +1,10 @@ +{ + "presubmit": [ + { + "name": "CtsAndroidTestRunnerCurrentApiSignatureTestCases" + }, + { + "name": "CtsCurrentApiSignatureTestCases" + } + ] +} |