diff options
author | Philip P. Moltmann <moltmann@google.com> | 2019-10-11 12:08:40 -0700 |
---|---|---|
committer | Philip P. Moltmann <moltmann@google.com> | 2019-10-11 14:53:15 -0700 |
commit | c137f1c6791934b9ef98d055d801f92b538292eb (patch) | |
tree | b146e1d53641aa944635c7e9f1846916de2a2451 /services/print | |
parent | 601aa669856bec764271440a79131a8b4ee01711 (diff) |
Add TEST_MAPPING for print and pdf tests
Test: TH
Change-Id: I7157c630fccb8b4d50672ac014e5cd020f1ac71f
Diffstat (limited to 'services/print')
-rw-r--r-- | services/print/java/com/android/server/print/TEST_MAPPING | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/services/print/java/com/android/server/print/TEST_MAPPING b/services/print/java/com/android/server/print/TEST_MAPPING new file mode 100644 index 000000000000..4fa882265e53 --- /dev/null +++ b/services/print/java/com/android/server/print/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "CtsPrintTestCases", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + } + ] + } + ] +} |