Add TEST_MAPPING to overlay test directories
This changes add TEST_MAPPING files to the directories containing overlay tests so changes to the test will be tested during presubmit. Bug: 153631240 Test: presubmit Change-Id: I6de870f8870d49f5325827c476b9cfbae9a59066
This commit is contained in:
7
core/tests/overlaytests/host/TEST_MAPPING
Normal file
7
core/tests/overlaytests/host/TEST_MAPPING
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name" : "OverlayHostTests"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "FrameworksServicesTests",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "com.android.server.om."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user