Add TEST_MAPPING for print and pdf tests

Test: TH
Change-Id: I7157c630fccb8b4d50672ac014e5cd020f1ac71f
This commit is contained in:
Philip P. Moltmann
2019-10-11 12:08:40 -07:00
parent 601aa66985
commit c137f1c679
5 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "CtsPrintTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
}
]
}
]
}

View File

@@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "CtsPdfTestCases"
}
]
}

View File

@@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "CtsPdfTestCases"
}
]
}

View File

@@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "CtsPrintTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
}
]
}
]
}

View File

@@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "CtsPrintTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
}
]
}
]
}