summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2023-04-03 16:28:17 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-04 22:47:27 +0000
commit855cf7675dda0d2119c9869c7eb97139cf503636 (patch)
tree42ebb40cd2e763e8c4db0469ffc7c63a70a29a05 /test/build.mk
parenta60dc001c3d202d19cbf07b455c8a165a58fa01f (diff)
downloadchrome-ec-855cf7675dda0d2119c9869c7eb97139cf503636.tar.gz
test: Add unit tests for sbrk
BRANCH=none BUG=b:234181908 TEST=./test/run_device_tests.py --board bloonchipper -t sbrk => PASS TEST=./test/run_device_tests.py --board dartmonkey -t sbrk => PASS Change-Id: I02d6fe269718f0f4f7f5d72e6a8f01bb4e6b4cfd Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4396773 Reviewed-by: Abe Levkoy <alevkoy@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 923c141d33..2c5ff67b69 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -90,6 +90,7 @@ test-list-host += rollback_secret
test-list-host += rsa
test-list-host += rsa3
test-list-host += rtc
+test-list-host += sbrk
test-list-host += sbs_charging_v2
test-list-host += sha256
test-list-host += sha256_unrolled
@@ -252,6 +253,7 @@ rsa-y=rsa.o
rsa3-y=rsa.o
rtc-y=rtc.o
scratchpad-y=scratchpad.o
+sbrk-y=sbrk.o
sbs_charging-y=sbs_charging.o
sbs_charging_v2-y=sbs_charging_v2.o
sha256-y=sha256.o