Add libhealthd_charger_test to presubmit.

Test: atest --test_mapping
Change-Id: Idae68e575f66b53c8b587405856b4a1c532ecadc
This commit is contained in:
Yifan Hong 2020-08-05 16:30:43 -07:00
parent 12d15750fe
commit 186b4d9ddd
2 changed files with 11 additions and 0 deletions

View file

@ -252,4 +252,8 @@ cc_test {
static_libs: [
"libhealthd_charger",
],
test_suites: [
"general-tests",
"device-tests",
],
}

7
healthd/TEST_MAPPING Normal file
View file

@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "libhealthd_charger_test"
}
]
}