summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorPablo Ceballos <pceballos@google.com>2022-08-20 02:36:00 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-22 18:21:23 +0000
commitfd64db8d5b25a6f9405861691c3d8a2134a31b54 (patch)
treea31997d118b6ea74bde05bb1c74af9d19f6f5051 /test/build.mk
parentb4e35d905e8728b0e74f389527254a03e953f09b (diff)
downloadchrome-ec-fd64db8d5b25a6f9405861691c3d8a2134a31b54.tar.gz
ec: Add test for chipset_get_shutdown_reason
BRANCH=none BUG=b:242708232 TEST=make buildall -j Change-Id: Ic134433cb1a85be277806bf285656b12305c3c3b Signed-off-by: Pablo Ceballos <pceballos@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3843066 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Pablo Ceballos <pceballos@chromium.org> Auto-Submit: Pablo Ceballos <pceballos@chromium.org> Tested-by: Pablo Ceballos <pceballos@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/build.mk b/test/build.mk
index 10e8f720f1..1a29f8111c 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -33,6 +33,7 @@ test-list-host += cec
test-list-host += charge_manager
test-list-host += charge_manager_drp_charging
test-list-host += charge_ramp
+test-list-host += chipset
test-list-host += compile_time_macros
test-list-host += console_edit
test-list-host += crc
@@ -170,6 +171,7 @@ cec-y=cec.o
charge_manager-y=charge_manager.o fake_usbc.o
charge_manager_drp_charging-y=charge_manager.o fake_usbc.o
charge_ramp-y+=charge_ramp.o
+chipset-y+=chipset.o
compile_time_macros-y=compile_time_macros.o
console_edit-y=console_edit.o
cortexm_fpu-y=cortexm_fpu.o