summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2017-10-03 18:28:57 -0700
committerCommit Bot <commit-bot@chromium.org>2020-08-07 21:16:39 +0000
commitb29d0808e22d30c3e9ce85dd31457ab8ff28dd2c (patch)
treeed5984d796061918350904ba20568944bc4f16ca /test/build.mk
parent1c62421d797d31f2cbc05a5cfe6b9f1219f5484a (diff)
downloadchrome-ec-b29d0808e22d30c3e9ce85dd31457ab8ff28dd2c.tar.gz
CBI: Add unit test
This patch adds unit tests for Cros Board Info APIs. BUG=b:163038871 BRANCH=none TEST=buildall Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Change-Id: I7b2fdb2c4f13da12f8c0dc2ab526332cbd46d849 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2339393
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 9f2e1eec33..c8fea42660 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -18,6 +18,7 @@ test-list-host += battery_get_params_smart
test-list-host += bklight_lid
test-list-host += bklight_passthru
test-list-host += button
+test-list-host += cbi
test-list-host += cec
test-list-host += charge_manager
test-list-host += charge_manager_drp_charging
@@ -121,6 +122,7 @@ 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
+cbi-y=cbi.o
cec-y=cec.o
charge_manager-y=charge_manager.o
charge_manager_drp_charging-y=charge_manager.o