Add libvndksupport-tests to TEST_MAPPING
Bug: 208849199 Test: atest libvndksupport-tests, watch TH Change-Id: I9617601d642b9f45f142c6bb483d6edf720566b6
This commit is contained in:
parent
28f4f37161
commit
94bddf13e8
2 changed files with 9 additions and 0 deletions
7
libvndksupport/TEST_MAPPING
Normal file
7
libvndksupport/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "libvndksupport-tests"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -31,4 +31,6 @@ cc_test {
|
|||
"libvndksupport",
|
||||
"libbase",
|
||||
],
|
||||
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue