summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2023-03-27 15:44:52 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-07 22:33:28 +0000
commit4dcdae2474cdab1cf7dffc2828d73336a9b4260a (patch)
tree04aa5f5d7def491ece3021061e9e729933c661a4 /test/build.mk
parentb5eb344ca4965a798b8c849a9294f2f5798fcc3d (diff)
downloadchrome-ec-4dcdae2474cdab1cf7dffc2828d73336a9b4260a.tar.gz
test: Add a test for malloc/free
BRANCH=none BUG=b:274737509 TEST=./test/run_device_tests.py --board bloonchipper -t malloc => PASS TEST=./test/run_device_tests.py --board dartmonkey -t malloc => PASS TEST=make run-malloc Change-Id: Ida58335dcacbeefad56804246897810936c98546 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4390609 Reviewed-by: Paul Fagerburg <pfagerburg@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 2c5ff67b69..d03ae345cb 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -71,6 +71,7 @@ test-list-host += kb_scan_strict
test-list-host += lid_sw
test-list-host += lightbar
test-list-host += mag_cal
+test-list-host += malloc
test-list-host += math_util
test-list-host += motion_angle
test-list-host += motion_angle_tablet
@@ -221,6 +222,7 @@ kb_scan_strict-y=kb_scan.o
lid_sw-y=lid_sw.o
lightbar-y=lightbar.o
mag_cal-y=mag_cal.o
+malloc-y=malloc.o
math_util-y=math_util.o
motion_angle-y=motion_angle.o motion_angle_data_literals.o motion_common.o
motion_angle_tablet-y=motion_angle_tablet.o motion_angle_data_literals_tablet.o motion_common.o