diff options
author | Paul Duffin <paulduffin@google.com> | 2019-02-04 15:43:20 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2019-02-06 13:57:42 +0000 |
commit | 507cbc4e5836f583e78527d0f631fc58d8596ecd (patch) | |
tree | 990105c1bd484ffe5e71ae4fd820744901ed1119 /test-runner | |
parent | 6606b7724700c8be28762a70376a39c854b73df1 (diff) |
Add TEST_MAPPING for api specifications
Changes to the various api directories will run the
tests which make use of the API specification in those directories.
Could not include CtsSystemApiSignatureTestCases as it is broken on
git_master because of bug 116632058.
Bug: 123254057
Test: atest
Change-Id: I1fe4ca498cbd0393aba7cf4c1386a6325ace7937
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/api/TEST_MAPPING | 10 |
1 files changed, 10 insertions, 0 deletions
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" + } + ] +} |