diff options
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 000000000..f9008114b --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,15 @@ +{ + "presubmit": [ + { + "name": "MediaProviderTests" + }, + { + "name": "CtsProviderTestCases", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + } + ] + } + ] +} |