summaryrefslogtreecommitdiff
path: root/board/nucleo-f412zg/build.mk
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2021-02-12 10:49:33 -0800
committerCommit Bot <commit-bot@chromium.org>2021-02-16 22:56:38 +0000
commitb3a07b9b2eb966d13e315db76cd3775ca42d4a0c (patch)
treee4d04efba1f47e3ae7c07c760fc6fc1c0494838b /board/nucleo-f412zg/build.mk
parenta05a475096e7a58d1a7871acf0506650b3e6d491 (diff)
downloadchrome-ec-b3a07b9b2eb966d13e315db76cd3775ca42d4a0c.tar.gz
fingerprint: Enable more on-device unit tests
BRANCH=none BUG=b:155235321 TEST=On dragonclaw v0.2 with servo micro and jlink: ./test/run_device_test.py --board bloonchipper => tests pass TEST=On icetower v0.1 with servo micro and jlink: ./test/run_device_test.py --board dartmonkey => tests pass Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I884ee93779235a387ed64bfe02643abee2009243 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2692877 Reviewed-by: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'board/nucleo-f412zg/build.mk')
-rw-r--r--board/nucleo-f412zg/build.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/nucleo-f412zg/build.mk b/board/nucleo-f412zg/build.mk
index 52830851f9..6d46b6c289 100644
--- a/board/nucleo-f412zg/build.mk
+++ b/board/nucleo-f412zg/build.mk
@@ -11,6 +11,7 @@ board-y=board.o
# Enable on device tests
test-list-y=\
aes \
+ cec \
compile_time_macros \
crc \
flash_physical \
@@ -18,6 +19,8 @@ test-list-y=\
mpu \
mutex \
pingpong \
+ printf \
+ queue \
rollback \
rollback_entropy \
rsa3 \
@@ -25,5 +28,8 @@ test-list-y=\
scratchpad \
sha256 \
sha256_unrolled \
+ static_if \
stm32f_rtc \
+ timer_dos \
utils \
+ utils_str \