Add tetheroffload VTS to general-tests
Also add it to TEST_MAPPING so it's run in presubmits. Test: na Bug: 205762647 Change-Id: I9c43ffcff5ccf0fcabcab08101ebc454c7fe3317
This commit is contained in:
parent
6ffc5c4958
commit
b9b0aa4878
2 changed files with 8 additions and 0 deletions
7
tetheroffload/aidl/TEST_MAPPING
Normal file
7
tetheroffload/aidl/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit" : [
|
||||
{
|
||||
"name": "VtsHalTetheroffloadTargetTest"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -19,6 +19,7 @@ cc_test {
|
|||
"libgmock_ndk",
|
||||
],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue