summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2014-11-05 10:02:01 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-11-13 00:29:58 +0000
commitcf48a3640c271663fc1c4156b16f4a25264944d9 (patch)
tree0330fdc3a2c6453bc46a4310431a1506bd978cfb /test/build.mk
parent06fb4fe0f2ee33c912fa10ed7fecdbe8c9c193d6 (diff)
downloadchrome-ec-cf48a3640c271663fc1c4156b16f4a25264944d9.tar.gz
charge_manager: Add unit tests
Add unit tests for the charge_manager module. BUG=chrome-os-partner:32003 TEST=`make buildall -j` BRANCH=Samus Change-Id: I31962588ca7360e2ffde6b83459505872e2128b9 Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/227620 Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index ff5e617fbb..0515d5a142 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -31,13 +31,14 @@ test-list-host+=thermal flash queue kb_8042 extpwr_gpio console_edit system
test-list-host+=sbs_charging adapter host_command thermal_falco led_spring
test-list-host+=bklight_lid bklight_passthru interrupt timer_dos button
test-list-host+=motion_lid math_util sbs_charging_v2 battery_get_params_smart
-test-list-host+=lightbar inductive_charging usb_pd fan
+test-list-host+=lightbar inductive_charging usb_pd fan charge_manager
adapter-y=adapter.o
battery_get_params_smart-y=battery_get_params_smart.o
bklight_lid-y=bklight_lid.o
bklight_passthru-y=bklight_passthru.o
button-y=button.o
+charge_manager-y=charge_manager.o
console_edit-y=console_edit.o
extpwr_gpio-y=extpwr_gpio.o
flash-y=flash.o