From 89d35ca465a8053b26ac8158a992c6098fc37ac1 Mon Sep 17 00:00:00 2001 From: Kevin Shelton Date: Tue, 21 Jul 2020 14:40:15 -0700 Subject: fingerprint: Add test that reads hwid BUG=b:157576189 BRANCH=none TEST=make buildall -j, Using dragonclaw v0.2 and servo_micro: ./test/run_device_test.py -t fpsensor_hw --flasher=servo_micro, Using icetower and servo_micro: ./test/run_device_test.py -t fpsensor_wh --flasher=servo_micro --board dartmonkey; note: the testrunner hung after printing Test "fpsensor_hw": PASSED, but this hang seems unrelated Cq-Depend: chromium:2872432 Change-Id: I2a3b31776cd40d7f0b422f4845869953b8f07249 Signed-off-by: Kevin Shelton Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2314101 Reviewed-by: Tom Hughes --- test/build.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'test/build.mk') diff --git a/test/build.mk b/test/build.mk index 9dd576aa41..d0dd3eab25 100644 --- a/test/build.mk +++ b/test/build.mk @@ -146,6 +146,7 @@ flash_physical-y=flash_physical.o flash_write_protect-y=flash_write_protect.o fpsensor-y=fpsensor.o fpsensor_crypto-y=fpsensor_crypto.o +fpsensor_hw-y=fpsensor_hw.o fpsensor_state-y=fpsensor_state.o gyro_cal-y=gyro_cal.o gyro_cal_init_for_test.o hooks-y=hooks.o -- cgit v1.2.1