summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-02-06 15:46:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-02-06 15:46:36 +0000
commitac2549f7b730e3db8d11906d7f01f53c596b87e4 (patch)
tree067267a3a251598a2b4629b0dfea4586fdae40ef
parenta6c3d576e33ceff8af2ca04f69d0af6cf7310f15 (diff)
parent1b9731108f9db0693a7b8281381cc15816c3c3d9 (diff)
downloadapache-http-ac2549f7b730e3db8d11906d7f01f53c596b87e4.tar.gz
Merge "Add TEST_MAPPING for api specifications"
-rw-r--r--api/TEST_MAPPING13
1 files changed, 13 insertions, 0 deletions
diff --git a/api/TEST_MAPPING b/api/TEST_MAPPING
new file mode 100644
index 0000000..19faf86
--- /dev/null
+++ b/api/TEST_MAPPING
@@ -0,0 +1,13 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsApacheHttpLegacy27ApiSignatureTestCases"
+ },
+ {
+ "name": "CtsApacheHttpLegacyCurrentApiSignatureTestCases"
+ },
+ {
+ "name": "CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases"
+ }
+ ]
+}