summaryrefslogtreecommitdiff
path: root/board/nucleo-dartmonkey
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-dartmonkey
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-dartmonkey')
-rw-r--r--board/nucleo-dartmonkey/build.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/nucleo-dartmonkey/build.mk b/board/nucleo-dartmonkey/build.mk
index 9ecb11f527..3c378c4765 100644
--- a/board/nucleo-dartmonkey/build.mk
+++ b/board/nucleo-dartmonkey/build.mk
@@ -12,6 +12,7 @@ board-y+=fpsensor_detect.o
# Enable on device tests
test-list-y=\
aes \
+ cec \
compile_time_macros \
crc \
flash_physical \
@@ -20,6 +21,8 @@ test-list-y=\
mpu \
mutex \
pingpong \
+ printf \
+ queue \
rollback \
rollback_entropy \
rsa3 \
@@ -27,4 +30,7 @@ test-list-y=\
scratchpad \
sha256 \
sha256_unrolled \
+ static_if \
+ timer_dos \
utils \
+ utils_str \