summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorAndrea Grandi <agrandi@google.com>2022-11-30 14:07:00 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-12-07 20:51:23 +0000
commite1cfeb867cc7c8a853198ceff80c375051598f60 (patch)
tree781320faadd1de8e6b8ed0da10ca30e5367469ee /test/build.mk
parent3a824dc622e29c423e39b1ec3c1b2bac571f23ce (diff)
downloadchrome-ec-e1cfeb867cc7c8a853198ceff80c375051598f60.tar.gz
test: Add timer test
Verify the existing usleep() function in preparation for moving its implementation into the builtin folder. BUG=b:260723169 TEST=test/run_device_tests.py -b bloonchipper -t timer TEST=test/run_device_tests.py -b dartmonkey -t timer TEST=make run-timer BRANCH=none Change-Id: I532fa5ac7abf7b16b4d1a86ea5e961f08fb2f1b7 Signed-off-by: Andrea Grandi <agrandi@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4068487 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Tom Hughes <tomhughes@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 30908d309e..3462191641 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -102,6 +102,7 @@ test-list-host += stdlib
test-list-host += std_vector
test-list-host += system
test-list-host += thermal
+test-list-host += timer
test-list-host += timer_dos
test-list-host += uptime
test-list-host += usb_common
@@ -260,6 +261,7 @@ system_is_locked-y=system_is_locked.o
thermal-y=thermal.o
timer_calib-y=timer_calib.o
timer_dos-y=timer_dos.o
+timer-y=timer.o
uptime-y=uptime.o
usb_common-y=usb_common_test.o fake_battery.o
usb_pd_int-y=usb_pd_int.o