Add libhealthd_charger_test to presubmit.
Test: atest --test_mapping Change-Id: Idae68e575f66b53c8b587405856b4a1c532ecadc
This commit is contained in:
parent
12d15750fe
commit
186b4d9ddd
2 changed files with 11 additions and 0 deletions
|
@ -252,4 +252,8 @@ cc_test {
|
|||
static_libs: [
|
||||
"libhealthd_charger",
|
||||
],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"device-tests",
|
||||
],
|
||||
}
|
||||
|
|
7
healthd/TEST_MAPPING
Normal file
7
healthd/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "libhealthd_charger_test"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue