diff options
-rw-r--r-- | core/tests/overlaytests/host/TEST_MAPPING | 7 | ||||
-rw-r--r-- | services/tests/servicestests/src/com/android/server/om/TEST_MAPPING | 12 |
2 files changed, 19 insertions, 0 deletions
diff --git a/core/tests/overlaytests/host/TEST_MAPPING b/core/tests/overlaytests/host/TEST_MAPPING new file mode 100644 index 000000000000..e0c03e0f2aa4 --- /dev/null +++ b/core/tests/overlaytests/host/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name" : "OverlayHostTests" + } + ] +}
\ No newline at end of file diff --git a/services/tests/servicestests/src/com/android/server/om/TEST_MAPPING b/services/tests/servicestests/src/com/android/server/om/TEST_MAPPING new file mode 100644 index 000000000000..8070bd1f06a1 --- /dev/null +++ b/services/tests/servicestests/src/com/android/server/om/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "FrameworksServicesTests", + "options": [ + { + "include-filter": "com.android.server.om." + } + ] + } + ] +}
\ No newline at end of file |