From 507cbc4e5836f583e78527d0f631fc58d8596ecd Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Mon, 4 Feb 2019 15:43:20 +0000 Subject: 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 --- test-runner/api/TEST_MAPPING | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test-runner/api/TEST_MAPPING (limited to 'test-runner') 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" + } + ] +} -- cgit v1.2.3